From 57d15323c95b0c79b59cfab75f1282208343ed76 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Fri, 19 Dec 2025 17:21:16 -0600 Subject: [PATCH] Forgot to remove a .vault. (unneccessary root key) from one of the conditionals in a template --- templates/vault-keyvault-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vault-keyvault-secret.yaml b/templates/vault-keyvault-secret.yaml index b9ff6d1..a2945e9 100644 --- a/templates/vault-keyvault-secret.yaml +++ b/templates/vault-keyvault-secret.yaml @@ -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: