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
|
- name: VAULT_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ .Release.Name }}-pass-vault-secret
|
name: {{ .Release.Name }}-vault-secret
|
||||||
key: vault-name
|
key: vault-name
|
||||||
- name: VAULT_SNAPSHOT_SERVER_PORT
|
- name: VAULT_SNAPSHOT_SERVER_PORT
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-pass-vault-snapshot-config
|
name: {{ .Release.Name }}-vault-snapshot-config
|
||||||
key: port
|
key: port
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq .Values.nosql.type "mongodb" }}
|
{{- if eq .Values.nosql.type "mongodb" }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue