diff --git a/apps/base/temporal/release.yaml b/apps/base/temporal/release.yaml index f65ab33..82aa385 100644 --- a/apps/base/temporal/release.yaml +++ b/apps/base/temporal/release.yaml @@ -45,23 +45,20 @@ spec: driver: postgres12 host: postgres.futureporn.svc.cluster.local port: 5432 + user: postgres visibility: driver: sql sql: driver: postgres12 host: postgres.futureporn.svc.cluster.local port: 5432 + user: postgres valuesFrom: - kind: Secret - name: temporalPostgresUser - targetPath: server.config.persistence.default.sql.user - - kind: Secret - name: temporalPostgresPassword + name: postgres.password targetPath: server.config.persistence.default.sql.password - kind: Secret - name: temporalPostgresUser - targetPath: server.config.persistence.visibility.sql.user - - kind: Secret - name: temporalPostgresPassword + name: postgres + key: password targetPath: server.config.persistence.visibility.sql.password \ No newline at end of file