Correcting value issue with one of the templates. Again...
This commit is contained in:
parent
d24e85a81a
commit
e5688898ed
1 changed files with 2 additions and 2 deletions
|
|
@ -353,7 +353,7 @@ spec:
|
|||
- name: VAULT_NAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Release.Name }}-pass-vault-secret
|
||||
name: {{ .Release.Name }}-vault-secret
|
||||
key: vault-name
|
||||
- name: VAULT_SNAPSHOT_SERVER_PORT
|
||||
valueFrom:
|
||||
|
|
@ -388,7 +388,7 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ .Release.Name }}-cache-credentials
|
||||
key: password
|
||||
{{- if .Values.passVault.create.snapshotServer.enabled }}
|
||||
{{- if .Values.vault.create.snapshotServer.enabled }}
|
||||
volumeMounts:
|
||||
# Mount for a shared volume for Vault credentials
|
||||
# This is separate from the app's `role vars` volume because it includes other credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue