Skip to content

Commit

Permalink
updated env variable to forms-flow-forms
Browse files Browse the repository at this point in the history
  • Loading branch information
amal-k-soman-aot committed Jan 27, 2025
1 parent d607655 commit 8b709d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/forms-flow-forms/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,13 @@ spec:
configMapKeyRef:
key: MULTI_TENANCY_ENABLED
name: "{{ .Values.formsflow.configmap }}"
- name: DEBUG
valueFrom:
configMapKeyRef:
key: DEBUG
name: "{{ .Chart.Name }}"
{{- if .Values.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 10 }}
{{- end }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
Expand Down

0 comments on commit 8b709d2

Please sign in to comment.