Merge pull request #95 from BlessedRebuS/fix/helm-wrong-quote

fix: remove unnecessary quotes from backups.enabled in configmap.yaml
This commit is contained in:
Patrick Di Fazio
2026-02-22 22:37:39 +01:00
committed by GitHub

View File

@@ -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: