From 8a9d3a60917d106e2966a9e81f30c73f170f531a Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 27 Oct 2024 16:34:29 +0100 Subject: [PATCH] fixup strings --- deployment/memgraph/certificates.yaml | 2 +- deployment/zitadel/postgres-values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deployment/memgraph/certificates.yaml b/deployment/memgraph/certificates.yaml index c6dafa6..f86b89c 100644 --- a/deployment/memgraph/certificates.yaml +++ b/deployment/memgraph/certificates.yaml @@ -1,7 +1,7 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: memraph-certificate + name: memgraph-certificate annotations: argocd.argoproj.io/hook: PreSync spec: diff --git a/deployment/zitadel/postgres-values.yaml b/deployment/zitadel/postgres-values.yaml index 8d6c235..f64dfc3 100644 --- a/deployment/zitadel/postgres-values.yaml +++ b/deployment/zitadel/postgres-values.yaml @@ -4,11 +4,11 @@ annotations: global: postgresql: auth: - existingSecret: "postgres-auth" - username: "zitadel" + existingSecret: postgres-auth + username: zitadel secretKeys: - adminPasswordKey: "admin-password" - userPasswordKey: "user-password" + adminPasswordKey: admin-password + userPasswordKey: user-password volumePermissions: enabled: true @@ -16,8 +16,8 @@ volumePermissions: tls: enabled: true certificatesSecret: postgres-cert - certFilename: "tls.crt" - certKeyFilename: "tls.key" + certFilename: tls.crt + certKeyFilename: tls.key primary: persistence: