Skip to content

Commit

Permalink
fix: ovh preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Mar 25, 2024
1 parent b57eec7 commit 324ee96
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ pg:
~tpl~database: "{{ .Values.global.pgDatabase }}"
~tpl~owner: "{{ .Values.global.pgUser }}"
secretName: "pg-db"
# need to specify full barman config because we reload from another bucket (prod)
barmanObjectStore:
~tpl~destinationPath: "s3://cdtn-prod-backups/cdtn-admin"
s3Credentials:
accessKeyId:
~tpl~name: "cdtn-prod-backups-access-key"
key: bucket_access_key
secretAccessKey:
~tpl~name: "cdtn-prod-backups-access-key"
key: bucket_secret_key
region:
~tpl~name: "cdtn-prod-backups-access-key"
key: bucket_region

jobs:
runs:
Expand Down

0 comments on commit 324ee96

Please sign in to comment.