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:
@@ -25,7 +25,7 @@ data:
|
|||||||
backups:
|
backups:
|
||||||
path: {{ .Values.config.backups.path | quote }}
|
path: {{ .Values.config.backups.path | quote }}
|
||||||
cron: {{ .Values.config.backups.cron | quote }}
|
cron: {{ .Values.config.backups.cron | quote }}
|
||||||
enabled: {{ .Values.config.backups.enabled | quote }}
|
enabled: {{ .Values.config.backups.enabled }}
|
||||||
exports:
|
exports:
|
||||||
path: {{ .Values.config.exports.path | quote }}
|
path: {{ .Values.config.exports.path | quote }}
|
||||||
database:
|
database:
|
||||||
|
|||||||
Reference in New Issue
Block a user