Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ rules:
- get
- list
- watch
# all verbs allowed for event streams (Zalando-internal feature)
# - apiGroups:
# - zalando.org
# resources:
# - fabriceventstreams
# verbs:
# - create
# - delete
# - deletecollection
# - get
# - list
# - patch
# - update
# - watch
# to create or get/update CRDs when starting up
- apiGroups:
- apiextensions.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: OperatorConfiguration
metadata:
name: postgresql-operator-configuration
configuration:
docker_image: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-4
docker_image: {{ .Values.operatorSettings.postgresImage }}
# enable_crd_registration: true
# crd_categories:
# - all
Expand Down Expand Up @@ -52,7 +52,7 @@ configuration:
cluster_domain: cluster.local
cluster_labels:
application: cpo
cluster_name_label: cluster-name
cluster_name_label: cluster.cpo.opensource.cybertec.at/name
inherited_labels:
- cpo_monitoring_stack
# custom_pod_annotations:
Expand Down Expand Up @@ -95,7 +95,7 @@ configuration:
# pod_environment_secret: "my-custom-secret"
pod_management_policy: "ordered_ready"
# pod_priority_class_name: "postgres-pod-priority"
pod_role_label: spilo-role
pod_role_label: member.cpo.opensource.cybertec.at/role
# pod_service_account_definition: ""
pod_service_account_name: cpo-pod
# pod_service_account_role_binding_definition: ""
Expand Down
1 change: 1 addition & 0 deletions setup/helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ imagePullSecretNames: []
# Define the operator settings to add to the configmap
operatorSettings:
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.7.0-2-rc1'
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-16.2-2-rc1'
watched_namespace: '*'
enable_pod_antiaffinity: 'true'
operator_namespace: 'cpo'
Expand Down