Skip to content

Commit

Permalink
fix: correcting path to helm template value
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 13, 2020
1 parent acb6320 commit 39e14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: ENABLE_DB_MOCKS
value: {{ .Values.enableDbMocks | quote }}
value: {{ .Values.env.enableDbMocks | quote }}
ports:
- containerPort: {{ .Values.port }}
protocol: TCP
Expand Down

0 comments on commit 39e14f5

Please sign in to comment.