Skip to content

Commit

Permalink
Merge pull request #509 from bettyli037/betty
Browse files Browse the repository at this point in the history
feat: add two env variables
  • Loading branch information
ShervinAbd92 authored Oct 2, 2023
2 parents bf04852 + 42188e0 commit dd8e1f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
value: {{ .Values.arsserver.env.TR_ENV }}
- name: TR_APPRAISE
value: {{ .Values.arsserver.env.TR_APPRAISE }}
- name: TR_NORMALIZER
value: {{ .Values.arsserver.env.TR_NORMALIZER }}
- name: TR_ANNOTATOR
value: {{ .Values.arsserver.env.TR_ANNOTATOR }}
{{- with .Values.arsserver.resources }}
resources:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit dd8e1f7

Please sign in to comment.