From 106235c29dfaa3ecffb853a8f8586011c5cefc8f Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Fri, 19 Dec 2025 17:39:35 -0600 Subject: [PATCH] Forgot to remove a .vault. (unneccessary root key) from one of the conditionals in a template again... :) --- README.md | 2 +- templates/vault-hashicorp-secret.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 240d2b3..140c2dc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To use this chart as a dependency: ```yaml dependencies: - name: ba-custom-hashicorp-vault - version: 1.0.2 + version: 1.0.4 repository: "https://helm.bridgemanaccessible.ca/" alias: passVault condition: passVault.enabled diff --git a/templates/vault-hashicorp-secret.yaml b/templates/vault-hashicorp-secret.yaml index 7d6d91d..9991988 100644 --- a/templates/vault-hashicorp-secret.yaml +++ b/templates/vault-hashicorp-secret.yaml @@ -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.