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
# Hack to adjust the generated postgresql CRD YAML file and add missing field
4
+
# settings which can not be expressed via kubebuilder markers.
5
+
#
6
+
# Injections:
7
+
#
8
+
# * oneOf: for the standby field to enforce that only one of s3_wal_path, gs_wal_path or standby_host is set.
9
+
# * This can later be done with // +kubebuilder:validation:ExactlyOneOf marker, but this requires latest Kubernetes version. (Currently the operator depends on v1.32.9)
10
+
# * type: string and pattern for the maintenanceWindows items.
0 commit comments