From dcb29e44f9aa62f15bf7a04c3514de72df7b95fd Mon Sep 17 00:00:00 2001 From: Nicholas Santiago Date: Thu, 29 Feb 2024 23:14:11 -0500 Subject: [PATCH] fix: configmap flow control (#78) --- charts/vaultwarden/Chart.yaml | 2 +- charts/vaultwarden/templates/configmap.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml index faaa325..09746f2 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.22.3 +version: 0.22.4 kubeVersion: ">=1.12.0-0" diff --git a/charts/vaultwarden/templates/configmap.yaml b/charts/vaultwarden/templates/configmap.yaml index 12fe1d4..b15a0c3 100644 --- a/charts/vaultwarden/templates/configmap.yaml +++ b/charts/vaultwarden/templates/configmap.yaml @@ -99,11 +99,11 @@ data: REQUIRE_DEVICE_EMAIL: {{ .Values.requireDeviceEmail | quote }} TRASH_AUTO_DELETE_DAYS: {{ .Values.trashAutoDeleteDays | quote }} {{- with .Values.timeZone }} - TZ: {{ .Values.timeZone | quote }} + TZ: {{ . | quote }} + {{- end }} {{- with .Values.hibpApiKey }} HIBP_API_KEY: {{ . | quote }} {{- end }} - {{- end }} {{- with .Values.orgAttachmentLimit }} ORG_ATTACHMENT_LIMIT: {{ . | quote }} {{- end }}