Skip to content

Commit b34db30

Browse files
committed
Added new parameter pod_environment_secret to operatorconfig CRD and configmap examples
1 parent d64c467 commit b34db30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

manifests/configmap.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ data:
7474
# pod_antiaffinity_topology_key: "kubernetes.io/hostname"
7575
pod_deletion_wait_timeout: 10m
7676
# pod_environment_configmap: "default/my-custom-config"
77+
# pod_environment_secret: "my-custom-secret"
7778
pod_label_wait_timeout: 10m
7879
pod_management_policy: "ordered_ready"
7980
pod_role_label: spilo-role

manifests/postgresql-operator-default-configuration.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ configuration:
4949
pdb_name_format: "postgres-{cluster}-pdb"
5050
pod_antiaffinity_topology_key: "kubernetes.io/hostname"
5151
# pod_environment_configmap: "default/my-custom-config"
52+
# pod_environment_secret: "my-custom-secret"
5253
pod_management_policy: "ordered_ready"
5354
# pod_priority_class_name: ""
5455
pod_role_label: spilo-role

0 commit comments

Comments
 (0)