Skip to content

Commit

Permalink
chore(skaffold): reuse orchestrator-database secret
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed Jul 4, 2024
1 parent e8680f0 commit 8056a2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions examples/values/backend-org-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ organizationName: MyOrg1
# set the same creds as in localdev so they're the same everywhere in dev
database:
auth:
username: &psql-username backend
password: &psql-password backend
existingSecretName: orchestrator-org-1-server-database
database: &psql-database backend_default

postgresql:
primary:
persistence:
enabled: false
auth:
username: *psql-username
password: *psql-password
username: postgres
password: postgres
database: *psql-database

redis:
Expand Down

0 comments on commit 8056a2f

Please sign in to comment.