mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 06:49:05 +02:00
fixup strings
This commit is contained in:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user