From 363705eb63176694e5b0ef153f4b75552b0342d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= Date: Tue, 10 Sep 2024 11:48:49 +0200 Subject: [PATCH] test --- plugins/fabrique/charts/pg/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"