From 363c41e63f3d6d2355a4ee0c7b106d9d70555280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= Date: Tue, 10 Sep 2024 11:47:50 +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 bc55db636..c3342cd5c 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 }}"