Skip to content

Commit

Permalink
fix(restore): use defaults recovery user (#1738)
Browse files Browse the repository at this point in the history
* fix(restore): use defaults recovery user

* Update values.yaml

* Update values.yaml

* Update values.yaml
  • Loading branch information
Julien Bouquillon committed Dec 21, 2023
1 parent 8f8796c commit 3cefc73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ pg:
value: true
cnpg-cluster:
recovery:
enabled: true
~tpl~database: "{{ .Values.global.pgDatabase }}"
~tpl~owner: "{{ .Values.global.pgUser }}"
secretName: "pg-db"
enabled: true
#targetTime: "2023-12-01T09:00:00"
barmanObjectStore:
~tpl~destinationPath: "s3://les1000jours-prod-backups/les1000jours"
s3Credentials:
Expand Down
2 changes: 2 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pg:
match:
kind: Cluster
value: true
backup:
enabled: false
cnpg-cluster:
recovery:
enabled: true
Expand Down

0 comments on commit 3cefc73

Please # to comment.