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
|
name: {{ .Release.Name }}-moneris-secret
|
||||||
key: test-app-secret
|
key: test-app-secret
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
- name: INITIAL_USER_ID
|
||||||
|
value: {{ .Values.initialUserID | quote }}
|
||||||
# Logging Sidecar related environment variables
|
# Logging Sidecar related environment variables
|
||||||
{{- if .Values.loggingSidecar.enabled }}
|
{{- if .Values.loggingSidecar.enabled }}
|
||||||
- name: LOGGING_SIDE_CAR_PORT
|
- name: LOGGING_SIDE_CAR_PORT
|
||||||
|
|
@ -388,8 +390,6 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ .Release.Name }}-cache-credentials
|
name: {{ .Release.Name }}-cache-credentials
|
||||||
key: password
|
key: password
|
||||||
- name: INITIAL_USER_ID
|
|
||||||
value: {{ .Values.initialUserID | quote }}
|
|
||||||
{{- if .Values.vault.create.snapshotServer.enabled }}
|
{{- if .Values.vault.create.snapshotServer.enabled }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
# Mount for a shared volume for Vault credentials
|
# Mount for a shared volume for Vault credentials
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue