Skip to content

Commit 42e6e4f

Browse files
committed
Comment out SESSION_SECRET environment variable configuration in deployment.yaml
1 parent 587fad3 commit 42e6e4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

helm/templates/deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ spec:
123123
value: http://{{ include "kilnAPI.fullname" . }}-client-svc:{{ .Values.kilnAPI.service.port }}/authn/callback
124124
- name: VAULT_CONFIG_PATH
125125
value: {{ .Values.global.vault.containerPath | quote }}
126-
- name: SESSION_SECRET
127-
valueFrom:
128-
secretKeyRef:
129-
name: {{ .Values.kilnAPI.session.secretName }}
130-
key: {{ .Values.kilnAPI.session.secretKey }}
126+
# - name: SESSION_SECRET
127+
# valueFrom:
128+
# secretKeyRef:
129+
# name: {{ .Values.kilnAPI.session.secretName }}
130+
# key: {{ .Values.kilnAPI.session.secretKey }}
131131
envFrom:
132132
{{- toYaml .Values.kilnAPI.envFrom | nindent 12 }}
133133
{{- with .Values.kilnAPI.volumeMounts }}

0 commit comments

Comments
 (0)