Skip to content

Commit

Permalink
tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 21, 2023
1 parent 3b17991 commit d76bb24
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ app:

cnpg-cluster:
~chart: pg
~preDeploy.cleaner:
match:
kind: Cluster
value: true
cnpg-cluster:
recovery:
~tpl~database: "{{ .Values.global.pgDatabase }}"
Expand All @@ -12,14 +16,14 @@ cnpg-cluster:
enabled: true
#targetTime: "2023-12-01T09:00:00"
barmanObjectStore:
destinationPath: "s3://secretariat-prod-backups/secretariat"
~tpl~destinationPath: "s3://secretariat-prod-backups/secretariat"
s3Credentials:
accessKeyId:
name: "secretariat-prod-backups-access-key"
~tpl~name: "secretariat-prod-backups-access-key"
key: bucket_access_key
secretAccessKey:
name: "secretariat-prod-backups-access-key"
~tpl~name: "secretariat-prod-backups-access-key"
key: bucket_secret_key
region:
name: "secretariat-prod-backups-access-key"
~tpl~name: "secretariat-prod-backups-access-key"
key: bucket_region

0 comments on commit d76bb24

Please sign in to comment.