Skip to content

Commit

Permalink
adding postgres password
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Aug 13, 2024
1 parent 5dfb767 commit 4284e41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/templates/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ configOverrides:
# Authorized User
AUTH_USER_REGISTRATION = True
SECRET_KEY = '{{ secretKey }}'
POSTGRES_PASSWORD = '{{ postgresPassword }}'

extraConfigs:
import_datasources.yaml: |
Expand Down
Binary file modified ansible/vars/secrets-eqiad1.yaml
Binary file not shown.

0 comments on commit 4284e41

Please sign in to comment.