Skip to content

Commit

Permalink
fix: go to backup name
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jul 31, 2023
1 parent c8d5b8f commit 5589442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
backup:
enabled: false
name: ""

cnpg-cluster:
enabled: true
Expand Down Expand Up @@ -45,7 +46,7 @@ cnpg-cluster:
schedule: "0 0 0 * * *" # daily
retentionPolicy: 60d
barmanObjectStore:
~tpl~destinationPath: "s3://{{ .Values.global.projectName }}-{{ .Values.global.isProd | ternary `prod` `dev` }}/{{ .Values.global.namespace }}{{ .Values.recovery.targetTime | ternary (print `-` .Values.recovery.targetTime) `` }}"
~tpl~destinationPath: "s3://{{ .Values.global.projectName }}-{{ .Values.global.isProd | ternary `prod` `dev` }}/{{ .Values.global.namespace }}{{ .Values.Parent.backup.name | ternary (print `-` .Values.Parent.backup.name) `` }}"
~tpl~endpointURL: "{{ .Values.global.pgBackupEndpointURL }}"
s3Credentials:
accessKeyId:
Expand Down

0 comments on commit 5589442

Please sign in to comment.