12 allowPrivilegeEscalation: false
29 initialDelaySeconds: 10
38 initialDelaySeconds: 10
39 # Set this to false to disable the experimental parallel recovery in case you are experiencing problems
40 parallelRecoveryEnabled: true
41 # Set this to true to enable the standard go pprof endpoints on port 6060 (https://pkg.go.dev/net/http/pprof)
42 # Should only be used for debugging purposes
43 pprofEndpointsEnabled: false
45 repository: cgr.dev/chainguard-private/opensearch-k8s-operator
46 ## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
47 tag: latest@sha256:8e6387dbb6dc6a33371283abb9d7baa8f07b416f29aa7081789fceea89910bc0
49 ## Optional array of imagePullSecrets containing private registry credentials
53 dnsBase: cluster.local
54 # Log level of the operator. Possible values: debug, info, warn, error
56 # If a watchNamespace is specified, the manager's cache will be restricted to
57 # watch objects in the desired namespace. Defaults is to watch all namespaces.
59# Install the Custom Resource Definitions with Helm
62 # Specifies whether a service account should be created
64 # Override the service account name. Defaults to opensearch-operator-controller-manager
69 allowPrivilegeEscalation: false
70 readOnlyRootFilesystem: true
90 initialDelaySeconds: 10
100 initialDelaySeconds: 10
102 repository: cgr.dev/chainguard-private/kube-rbac-proxy
103 tag: latest@sha256:509d9ce92f0a3484531a446021fed7145738ccec7edd312d00d620644b3e6023
104## If this is set to true, RoleBindings will be used instead of ClusterRoleBindings, inorder to restrict ClusterRoles
105## to the namespace where the operator and OpenSearch cluster are in. In that case, specify the namespace where they
106## are in in manager.watchNamespace field.
107## If false, ClusterRoleBindings will be used
108useRoleBindings: false