database init wikijs
This commit is contained in:
@@ -334,7 +334,9 @@ spec:
|
|||||||
affinity:
|
affinity:
|
||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
bootstrap:
|
bootstrap:
|
||||||
initdb: null
|
initdb:
|
||||||
|
database: wiki
|
||||||
|
owner: wikijs
|
||||||
enablePDB: true
|
enablePDB: true
|
||||||
enableSuperuserAccess: true
|
enableSuperuserAccess: true
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:17
|
imageName: ghcr.io/cloudnative-pg/postgresql:17
|
||||||
|
|||||||
@@ -348,9 +348,9 @@ cluster:
|
|||||||
# -- BootstrapInitDB is the configuration of the bootstrap process when initdb is used.
|
# -- BootstrapInitDB is the configuration of the bootstrap process when initdb is used.
|
||||||
# See: https://cloudnative-pg.io/documentation/current/bootstrap/
|
# See: https://cloudnative-pg.io/documentation/current/bootstrap/
|
||||||
# See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-bootstrapinitdb
|
# See: https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-bootstrapinitdb
|
||||||
initdb: {}
|
initdb:
|
||||||
# database: app
|
database: wiki
|
||||||
# owner: "" # Defaults to the database name
|
owner: wikijs # Defaults to the database name
|
||||||
# secret:
|
# secret:
|
||||||
# name: "" # Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch
|
# name: "" # Name of the secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch
|
||||||
# options: []
|
# options: []
|
||||||
|
|||||||
Reference in New Issue
Block a user