Added an initial user ID environment variable
This commit is contained in:
parent
777a6bb697
commit
80fc5b4f56
1 changed files with 2 additions and 2 deletions
|
|
@ -268,6 +268,8 @@ spec:
|
|||
name: {{ .Release.Name }}-moneris-secret
|
||||
key: test-app-secret
|
||||
{{- end }}
|
||||
- name: INITIAL_USER_ID
|
||||
value: {{ .Values.initialUserID | quote }}
|
||||
# Logging Sidecar related environment variables
|
||||
{{- if .Values.loggingSidecar.enabled }}
|
||||
- name: LOGGING_SIDE_CAR_PORT
|
||||
|
|
@ -388,8 +390,6 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ .Release.Name }}-cache-credentials
|
||||
key: password
|
||||
- name: INITIAL_USER_ID
|
||||
value: {{ .Values.initialUserID | quote }}
|
||||
{{- if .Values.vault.create.snapshotServer.enabled }}
|
||||
volumeMounts:
|
||||
# Mount for a shared volume for Vault credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue