diff --git a/charts/orchestrator/values.yaml b/charts/orchestrator/values.yaml index 75a8020f..c3a2e0e4 100644 --- a/charts/orchestrator/values.yaml +++ b/charts/orchestrator/values.yaml @@ -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: ""