Forgot to remove a .vault. (unneccessary root key) from one of the conditionals in a template again... :)
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
This commit is contained in:
parent
88af280311
commit
106235c29d
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: {{ include "vault.fullname" . }}-secret
|
||||
type: opaque
|
||||
data:
|
||||
{{- if .Values.vault.create.enabled }}
|
||||
{{- if .Values.create.enabled }}
|
||||
# Because we create the Hashicorp Vault instance as part of the Helm chart,
|
||||
# we can use the name of the created resource (utilizing k8s built-in container connections)
|
||||
# to connect to the Vault instance without having to hard-code the Vault name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue