Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Sep 10, 2024
1 parent 4f561a7 commit 363c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 363c41e

Please sign in to comment.