diff --git a/deployment/memgraph/secrets.yaml b/deployment/memgraph/secrets.yaml index 04f2150..7f9a79b 100644 --- a/deployment/memgraph/secrets.yaml +++ b/deployment/memgraph/secrets.yaml @@ -7,5 +7,5 @@ metadata: labels: secret-generator.cs.sap.com/enabled: "true" stringData: - USER: "memgraph" + USER: memgraph PASSWORD: "%generate" \ No newline at end of file diff --git a/deployment/zitadel/postgres-values.yaml b/deployment/zitadel/postgres-values.yaml index f64dfc3..97c706b 100644 --- a/deployment/zitadel/postgres-values.yaml +++ b/deployment/zitadel/postgres-values.yaml @@ -7,7 +7,6 @@ global: existingSecret: postgres-auth username: zitadel secretKeys: - adminPasswordKey: admin-password userPasswordKey: user-password volumePermissions: diff --git a/deployment/zitadel/values.yaml b/deployment/zitadel/values.yaml index 432b588..b37db99 100644 --- a/deployment/zitadel/values.yaml +++ b/deployment/zitadel/values.yaml @@ -51,5 +51,5 @@ env: - name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD valueFrom: secretKeyRef: - name: postgres-auth - key: admin-password \ No newline at end of file + name: postgresql + key: postgres-password \ No newline at end of file