From dab41d206ab9feddded25e89c1981ac5737f761e Mon Sep 17 00:00:00 2001 From: jaywor1 <103755136+jaywor1@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:57:33 +0200 Subject: [PATCH] Fixed extraSecrets (#97) * Fixed extraSecrets * Bumped chart version to 0.23.1 --- charts/vaultwarden/Chart.yaml | 2 +- charts/vaultwarden/templates/_podSpec.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml index dac661c..e17e083 100644 --- a/charts/vaultwarden/Chart.yaml +++ b/charts/vaultwarden/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: guerzon email: guerzon@proton.me url: https://github.com/guerzon -version: 0.23.0 +version: 0.23.1 kubeVersion: ">=1.12.0-0" diff --git a/charts/vaultwarden/templates/_podSpec.tpl b/charts/vaultwarden/templates/_podSpec.tpl index cd40ee4..51f15a0 100644 --- a/charts/vaultwarden/templates/_podSpec.tpl +++ b/charts/vaultwarden/templates/_podSpec.tpl @@ -40,7 +40,7 @@ containers: - name: {{ .key }} valueFrom: secretKeyRef: - name: {{ include "vaultwarden.fullname" . }} + name: {{ include "vaultwarden.fullname" $ }} key: {{ .key }} {{- end }} {{- end }}