diff --git a/plugins/fabrique/charts/pg/values.yaml b/plugins/fabrique/charts/pg/values.yaml index c3342cd5c..50f1730f3 100644 --- a/plugins/fabrique/charts/pg/values.yaml +++ b/plugins/fabrique/charts/pg/values.yaml @@ -57,7 +57,7 @@ cnpg-cluster: ~tpl~enabled: "{{ (or .Values.Parent.backup.enabled .Values.global.isProd .Values.global.isPreProd) | ternary `true` `false` }}" schedule: "0 0 0 * * *" # daily ~tpl~retentionPolicy: "{{ .Values.global.isProd | ternary `60d` `7d` }}" - ~tpl~sqlDumpRetentionDays: "{{ .Values.global.isProd | ternary `'60'` `'`7' }}" + ~tpl~sqlDumpRetentionDays: "{{ .Values.global.isProd | ternary `'60'` `'7'` }}" barmanObjectStore: ~tpl~destinationPath: "s3://{{ .Values.global.projectName }}-{{ .Values.global.isProd | ternary `prod` `dev` }}-backups/{{ .Values.global.namespace }}{{ (ne .Values.Parent.backup.name ``) | ternary (print `-` .Values.Parent.backup.name) `` }}" ~tpl~endpointURL: "{{ .Values.global.pgBackupEndpointURL }}"