Forgot to remove a .vault. (unneccessary root key) from one of the conditionals in a template
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
33e2454415
commit
57d15323c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{{- if and (.Values.enabled) (eq .Values.vault.type "azure") -}}
|
{{- if and (.Values.enabled) (eq .Values.type "azure") -}}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue