crds: # -- Specifies whether the CRDs should be created when installing the chart. create: true # Operator configuration. config: # -- Specifies whether the secret should be created. create: true # -- The name of the configmap/secret to use. name: cnpg-controller-manager-config # -- Specifies whether it should be stored in a secret, instead of a configmap. secret: false # -- This option determines if the operator is responsible for observing # events across the entire Kubernetes cluster or if its focus should be # narrowed down to the specific namespace within which it has been deployed. clusterWide: false # -- The content of the configmap/secret, see # https://cloudnative-pg.io/documentation/current/operator_conf/#available-options # for all the available options. data: {} # INHERITED_ANNOTATIONS: categories # INHERITED_LABELS: environment, workload, app # WATCH_NAMESPACE: namespace-a,namespace-b # -- The maximum number of concurrent reconciles. Defaults to 10. maxConcurrentReconciles: 10