added parameter in config file to disable backup job
This commit is contained in:
@@ -25,6 +25,7 @@ data:
|
||||
backups:
|
||||
path: {{ .Values.config.backups.path | quote }}
|
||||
cron: {{ .Values.config.backups.cron | quote }}
|
||||
enabled: {{ .Values.config.backups.enabled | quote }}
|
||||
exports:
|
||||
path: {{ .Values.config.exports.path | quote }}
|
||||
database:
|
||||
|
||||
@@ -86,6 +86,7 @@ config:
|
||||
secret_path: null # Auto-generated if not set, or set to "/my-secret-dashboard"
|
||||
backups:
|
||||
path: "backups"
|
||||
enabled: true
|
||||
cron: "*/30 * * * *"
|
||||
exports:
|
||||
path: "exports"
|
||||
|
||||
Reference in New Issue
Block a user