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

This commit is contained in:
Alan Bridgeman 2025-12-19 17:21:16 -06:00
parent 33e2454415
commit 57d15323c9

View file

@ -1,4 +1,4 @@
{{- if and (.Values.enabled) (eq .Values.vault.type "azure") -}}
{{- if and (.Values.enabled) (eq .Values.type "azure") -}}
apiVersion: v1
kind: Secret
metadata: