Specify key map
This commit is contained in:
parent
85752519f6
commit
d1dbd62884
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ spec:
|
||||||
values: |
|
values: |
|
||||||
auth:
|
auth:
|
||||||
existingSecret: postgresql-secret
|
existingSecret: postgresql-secret
|
||||||
|
secretKeys:
|
||||||
|
postgresPasswordKey: postgres-password
|
||||||
|
passwordKey: password
|
||||||
|
usernameKey: username
|
||||||
|
databaseKey: database
|
||||||
initdbScriptsConfigMap: postgresql-init
|
initdbScriptsConfigMap: postgresql-init
|
||||||
primary:
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue