fixup strings

This commit is contained in:
2024-10-27 16:34:29 +01:00
parent 17d308ce08
commit 8a9d3a6091
2 changed files with 7 additions and 7 deletions

View File

@@ -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:

View File

@@ -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: