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: