added export config parameter in helm configmap
This commit is contained in:
@@ -22,6 +22,8 @@ data:
|
||||
token_tries: {{ .Values.config.canary.token_tries }}
|
||||
dashboard:
|
||||
secret_path: {{ .Values.config.dashboard.secret_path | toYaml }}
|
||||
exports:
|
||||
path: {{ .Values.config.exports.path | quote }}
|
||||
database:
|
||||
path: {{ .Values.config.database.path | quote }}
|
||||
retention_days: {{ .Values.config.database.retention_days }}
|
||||
|
||||
Reference in New Issue
Block a user