File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,6 @@ rules:
3535 - get
3636 - list
3737 - watch
38- # all verbs allowed for event streams (Zalando-internal feature)
39- # - apiGroups:
40- # - zalando.org
41- # resources:
42- # - fabriceventstreams
43- # verbs:
44- # - create
45- # - delete
46- # - deletecollection
47- # - get
48- # - list
49- # - patch
50- # - update
51- # - watch
5238# to create or get/update CRDs when starting up
5339- apiGroups :
5440 - apiextensions.k8s.io
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: OperatorConfiguration
33metadata :
44 name : postgresql-operator-configuration
55configuration :
6- docker_image : docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-4
6+ docker_image : {{ .Values.operatorSettings.postgresImage }}
77 # enable_crd_registration: true
88 # crd_categories:
99 # - all
@@ -52,7 +52,7 @@ configuration:
5252 cluster_domain : cluster.local
5353 cluster_labels :
5454 application : cpo
55- cluster_name_label : cluster- name
55+ cluster_name_label : cluster.cpo.opensource.cybertec.at/ name
5656 inherited_labels :
5757 - cpo_monitoring_stack
5858 # custom_pod_annotations:
@@ -95,7 +95,7 @@ configuration:
9595 # pod_environment_secret: "my-custom-secret"
9696 pod_management_policy : " ordered_ready"
9797 # pod_priority_class_name: "postgres-pod-priority"
98- pod_role_label : spilo- role
98+ pod_role_label : member.cpo.opensource.cybertec.at/ role
9999 # pod_service_account_definition: ""
100100 pod_service_account_name : cpo-pod
101101 # pod_service_account_role_binding_definition: ""
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ imagePullSecretNames: []
1616# Define the operator settings to add to the configmap
1717operatorSettings :
1818 operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:v0.7.0-2-rc1'
19+ postgresImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:postgres-16.2-2-rc1'
1920 watched_namespace : ' *'
2021 enable_pod_antiaffinity : ' true'
2122 operator_namespace : ' cpo'
You can’t perform that action at this time.
0 commit comments