fix manifest example for password rotation
This commit is contained in:
parent
795cd5d4ec
commit
d6ed3c21a4
|
|
@ -18,8 +18,12 @@ spec:
|
|||
- superuser
|
||||
- createdb
|
||||
foo_user: []
|
||||
# usersWithSecretRotation: "foo_user"
|
||||
# usersWithInPlaceSecretRotation: "flyway,bar_owner_user"
|
||||
# flyway: []
|
||||
# usersWithSecretRotation:
|
||||
# - foo_user
|
||||
# usersWithInPlaceSecretRotation:
|
||||
# - flyway
|
||||
# - bar_owner_user
|
||||
enableMasterLoadBalancer: false
|
||||
enableReplicaLoadBalancer: false
|
||||
enableConnectionPooler: false # enable/disable connection pooler deployment
|
||||
|
|
|
|||
Loading…
Reference in New Issue