fix: remove unnecessary quotes from backups.enabled in configmap.yaml

This commit is contained in:
Lorenzo Venerandi
2026-02-22 22:35:44 +01:00
parent 620a4ce52b
commit c3811fd318

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: