We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64c467 commit b34db30Copy full SHA for b34db30
manifests/configmap.yaml
@@ -74,6 +74,7 @@ data:
74
# pod_antiaffinity_topology_key: "kubernetes.io/hostname"
75
pod_deletion_wait_timeout: 10m
76
# pod_environment_configmap: "default/my-custom-config"
77
+ # pod_environment_secret: "my-custom-secret"
78
pod_label_wait_timeout: 10m
79
pod_management_policy: "ordered_ready"
80
pod_role_label: spilo-role
manifests/postgresql-operator-default-configuration.yaml
@@ -49,6 +49,7 @@ configuration:
49
pdb_name_format: "postgres-{cluster}-pdb"
50
pod_antiaffinity_topology_key: "kubernetes.io/hostname"
51
52
53
54
# pod_priority_class_name: ""
55
0 commit comments