From c3811fd31813cf35143e3b15314fbdcb6b415f55 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Sun, 22 Feb 2026 22:35:44 +0100 Subject: [PATCH] fix: remove unnecessary quotes from backups.enabled in configmap.yaml --- helm/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/configmap.yaml b/helm/templates/configmap.yaml index cc66595..ed38d8d 100644 --- a/helm/templates/configmap.yaml +++ b/helm/templates/configmap.yaml @@ -25,7 +25,7 @@ data: backups: path: {{ .Values.config.backups.path | quote }} cron: {{ .Values.config.backups.cron | quote }} - enabled: {{ .Values.config.backups.enabled | quote }} + enabled: {{ .Values.config.backups.enabled }} exports: path: {{ .Values.config.exports.path | quote }} database: