You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/cluster_manifest.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,14 @@ These parameters are grouped directly under the `spec` key in the manifest.
142
142
database, like a flyway user running a migration on Pod start. See more
143
143
details in the [administrator docs](https://github.com/zalando/postgres-operator/blob/master/docs/administrator.md#password-replacement-without-extra-users).
144
144
145
+
***usersIgnoringSecretRotation**
146
+
if you have secret rotation enabled globally you can define a list of
147
+
of users that should opt out from it, for example if you store credentials
148
+
outside of K8s, too, and corresponding deployments cannot dynamically
149
+
reference secrets. Note, you can also opt out from the rotation by removing
150
+
users from the manifest's `users` section. The operator will not drop them
151
+
from the database. Optional.
152
+
145
153
***databases**
146
154
a map of database names to database owners for the databases that should be
147
155
created by the operator. The owner users should already exist on the cluster
0 commit comments