More corrections for stupid namimg mismatch errors
All checks were successful
Deploy the Helm Chart / build (push) Successful in 15s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 15s
This commit is contained in:
parent
1745526dbf
commit
ed2aec77ec
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@
|
|||
- 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:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-pass-vault-snapshot-config
|
||||
name: {{ .Release.Name }}-vault-snapshot-config
|
||||
key: port
|
||||
{{- end }}
|
||||
{{- if eq .Values.nosql.type "mongodb" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue