fix: remove unnecessary quotes from backups.enabled in configmap.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user