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.