Skip to content

Commit

Permalink
fix: don't use superuser
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Jun 10, 2024
1 parent 9b51325 commit 300ac54
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ jobs-restore-anonymization:
secretKeyRef:
name: domifa-dev-backups-access-key
key: bucket_endpoint
- name: PGUSER
valueFrom:
secretKeyRef:
name: pg-superuser
key: username
- name: PGPASSWORD
valueFrom:
secretKeyRef:
name: pg-superuser
key: password
# - name: PGUSER
# valueFrom:
# secretKeyRef:
# name: pg-superuser
# key: username
# - name: PGPASSWORD
# valueFrom:
# secretKeyRef:
# name: pg-superuser
# key: password
run: |
set -e
root_path=domifa-dev-backups/anonymizer/pg_dumps
Expand Down

0 comments on commit 300ac54

Please sign in to comment.