description: Find the default values and descriptions of settings in the Redpanda Operator Helm chart.
This page describes the official Redpanda Operator Helm Chart. In particular, this page describes the contents of the chart’s values.yaml file. Each of the settings is listed and described on this page, along with any default values.
For instructions on how to install and use the chart, including how to override and customize the chart’s values, refer to the deployment documentation.
Autogenerated from chart metadata using helm-docs v1.14.2
Kubernetes: >= 1.25.0-0
Passes additional flags to the Redpanda Operator at startup. Additional flags include: - --additional-controllers: Additional controllers to deploy. Valid values are nodeWatcher or decommission. For more information about the Nodewatcher controller, see Install the Nodewatcher controller. For more information about the Decommission controller, see Use the Decommission controller.
Default: []
Sets affinity constraints for scheduling Pods that run the Redpanda Operator. For details, see the Kubernetes documentation.
Default: {}
Sets the Kubernetes cluster domain.
Default: "cluster.local"
Additional labels to add to all Kubernetes objects. For example, my.k8s.service: redpanda-operator.
Default: {}
Configuration for the Kubernetes Controller Manager used by Redpanda Operator. The Controller Manager is a component of the Kubernetes control plane that runs controller processes. These controllers are background threads that handle the orchestration and operational logic of Kubernetes, ensuring the desired state of the cluster matches the observed state.
Default:
{"apiVersion":"controller-runtime.sigs.k8s.io/v1alpha1","health":{"healthProbeBindAddress":":8081"},"kind":"ControllerManagerConfig","leaderElection":{"leaderElect":true,"resourceName":"aa9fc693.vectorized.io"},"metrics":{"bindAddress":"127.0.0.1:8080"},"webhook":{"port":9443}}
Configuration for health checking.
Default:
{"healthProbeBindAddress":":8081"}
Sets the address for the health probe server to listen on.
Default: ":8081"
Configuration for leader election, which is a process that ensures only one instance of the controller manager is active at a time. This is critical for high availability and to prevent split-brain scenarios in a distributed system.
Default:
{"leaderElect":true,"resourceName":"aa9fc693.vectorized.io"}
Enables leader election.
Default: true
Sets the name of the resource lock for the leader election process.
Default: "aa9fc693.vectorized.io"
Configuration for the metrics endpoint.
Default:
{"bindAddress":"127.0.0.1:8080"}
Sets the address for the metrics server to bind to.
Default: "127.0.0.1:8080"
Configuration for webhooks, such as the port they listen on. Webhooks are HTTP callbacks that receive and process data in response to events.
Default: {"port":9443}
Sets the port for the webhook server to listen on.
Default: 9443
Overrides the redpanda-operator.fullname template.
Default: ""
Container image settings.
Default:
{"pullPolicy":"IfNotPresent","repository":"docker.redpanda.com/redpandadata/redpanda-operator"}
Sets the pullPolicy for the redpanda-operator image.
Default: "IfNotPresent"
Sets the repository from which to pull the redpanda-operator image.
Default:
"docker.redpanda.com/redpandadata/redpanda-operator"
Pull secrets may be used to provide credentials to image repositories See the Kubernetes documentation.
Default: []
Log level Valid values (from least to most verbose) are: warn, info, debug, and trace.
Default: "info"
Configuration for monitoring.
Default: {"enabled":false}
Creates a ServiceMonitor that can be used by Prometheus-Operator or VictoriaMetrics-Operator to scrape the metrics.
Default: false
Overrides the redpanda-operator.name template.
Default: ""
Node selection constraints for scheduling Pods on specific nodes. For details, see the Kubernetes documentation.
Default: {}
Default: {}
Default: {}
Sets almost all fields of operator Deployment PodTemplate For details, see the Kubernetes documentation.
Default:
{"metadata":{},"spec":{"containers":[{"name":"manager","resources":{}}],"securityContext":{"runAsUser":65532}}}
A subset of Kubernetes' PodSpec type that will be merged into the final PodSpec. See Merge Semantics for details.
Default:
{"containers":[{"name":"manager","resources":{}}],"securityContext":{"runAsUser":65532}}
Role-based Access Control (RBAC) configuration for the Redpanda Operator.
Default:
{"create":true,"createAdditionalControllerCRs":false,"createRPKBundleCRs":true}
Enables the creation of additional RBAC roles.
Default: true
Creates additional RBAC cluster roles that are needed to run additional controllers using additionalCmdFlags.
Default: false
Create RBAC cluster roles needed for the Redpanda Helm chart's 'rbac.enabled' feature.
Default: true
Sets the number of instances of the Redpanda Operator to deploy. Each instance is deployed as a Pod. All instances are managed by a Deployment resource.
Default: 1
Sets resources requests/limits for Redpanda Operator Pods. By default requests and limits are not set to increase the chances that the charts run on environments with few resources, such as Minikube. To specify resources, uncomment the following lines, adjust them as necessary, and remove the curly braces after resources.
Default: {}
Sets the scope of the Redpanda Operator. Valid values are Cluster or Namespace. The Cluster scope is deprecated because it deploys the deprecated version of the Redpanda Operator. Use the default Namespace scope. In the Namespace scope, the Redpanda Operator manages Redpanda resources that are deployed in the same namespace as itself.
Default: "Namespace"
Service account management.
Default:
{"automountServiceAccountToken":false,"create":true}
Specifies whether a service account should automount API-Credentials. The token is used in sidecars.controllers
Default: false
Specifies whether a service account should be created.
Default: true
Sets deployment strategy. For details, see the Kubernetes documentation.
Default: {"type":"RollingUpdate"}
Taints to be tolerated by Pods. For details, see the Kubernetes documentation.
Default: []
Specifies whether to create Webhook resources both to intercept and potentially modify or reject Kubernetes API requests as well as authenticate requests to the Kubernetes API. Only valid when scope is set to Cluster.
Default: {"enabled":false}
Creates the Webhook resources.
Default: false
Default: "webhook-server-cert"