diff --git a/argocd/apps/openproject/values-openproject.yaml b/argocd/apps/openproject/values-openproject.yaml index 0929833..504fbb8 100644 --- a/argocd/apps/openproject/values-openproject.yaml +++ b/argocd/apps/openproject/values-openproject.yaml @@ -54,11 +54,10 @@ spec: postgresql: bundled: true auth: - # existingSecret: "" username: "openproject" database: "openproject" - # password: "InnoProjectDB_2025!" - # postgresPassword: "InnoHubPostgres_2025!" + password: "InnoProjectDB_2025!" + postgresPassword: "InnoHubPostgres_2025!" secretKeys: adminPasswordKey: "InnoHubPostgres_2025!" userPasswordKey: "InnoProjectDB_2025!"