1# Default values for pxc-operator.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
6operatorImageRepository: percona/percona-xtradb-cluster-operator
7imagePullPolicy: IfNotPresent
8image: cgr.dev/scratch-images/test-tmp/percona-xtradb-cluster-operator:1.20.0-r7@sha256:4b1ccba92e9d29db51a0a5a6dd8a80175bf94a14223a50216e346808a1ce2308
9# set if you want to specify a namespace to watch
10# defaults to `.Release.namespace` if left blank
11# multiple namespaces can be specified and separated by comma
13# set if you want that watched namespaces are created by helm
14# createNamespace: false
16# set if operator should be deployed in cluster wide mode. defaults to false
17watchAllNamespaces: false
18# rbac: settings for deployer RBAC creation
20 # rbac.create: if false RBAC resources should be in place
22# serviceAccount: settings for Service Accounts used by the deployer
24 # serviceAccount.create: Whether to create the Service Accounts or not
26# set if you want to use a different operator name
27# defaults to `percona-xtradb-cluster-operator`
33 # We usually recommend not to specify default resources and to leave this as a conscious
34 # choice for the user. This also increases chances charts run on environments with little
35 # resources, such as Minikube. If you don't want to specify resources, comment the following
36 # lines and add the curly braces after 'resources:'.
43containerSecurityContext: {}
50disableTelemetry: false
51maxConcurrentReconciles: 1
55# value: "example-proxy-http"
57# value: "example-proxy-https"
60 xtrabackupSidecar: false
61leaderElectionEnabled: true