secret
This commit is contained in:
@@ -140,10 +140,10 @@ auth:
|
||||
adminPassword: ""
|
||||
## @param auth.existingSecret Existing secret containing Keycloak admin password
|
||||
##
|
||||
existingSecret: ""
|
||||
existingSecret: keycloak
|
||||
## @param auth.passwordSecretKey Key where the Keycloak admin password is being stored inside the existing secret.
|
||||
##
|
||||
passwordSecretKey: ""
|
||||
passwordSecretKey: admin-password
|
||||
## @param auth.annotations Additional custom annotations for Keycloak auth secret object
|
||||
##
|
||||
annotations: {}
|
||||
@@ -1346,9 +1346,9 @@ postgresql:
|
||||
database: keycloak
|
||||
existingSecret: keycloak
|
||||
secretKeys:
|
||||
adminPasswordKey: postgres-password
|
||||
postgres-password: postgres-password
|
||||
userPasswordKey: db-pass
|
||||
replicationPasswordKey: postgres-repl-pass
|
||||
#replicationPasswordKey: postgres-repl-pass
|
||||
architecture: standalone
|
||||
primary:
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user