Skip to content

Commit

Permalink
postgres db update
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed Sep 6, 2023
1 parent da3ef66 commit 9a30b78
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,13 @@ readinessProbe:
timeoutSeconds: 1

secretRef: "managed-service-orchestrator"

postgresql:
enabled: true
fullnameOverride: "postgresql"
auth:
postgresPassword: "default"
username: "default"
username: "postgres"
password: "default"
database: "default"
database: "postgres"
port: 5432
existingSecret: ""

0 comments on commit 9a30b78

Please sign in to comment.