Skip to content

Commit

Permalink
fix: cnpg recovery name
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Sep 18, 2023
1 parent e2f23b1 commit 2cde60d
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 @@ -64,7 +64,7 @@ cnpg-cluster:

recovery:
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~destinationPath: "s3://{{ .Values.global.projectName }}-{{ .Values.global.isProd | ternary `prod` `dev` }}-backups/{{ .Values.global.namespace }}{{ (ne .Values.Parent.recovery.name ``) | ternary (print `-` .Values.Parent.recovery.name) `` }}"
~tpl~endpointURL: "{{ .Values.global.pgBackupEndpointURL }}"
wal:
compression: gzip
Expand Down

0 comments on commit 2cde60d

Please sign in to comment.