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: chainreg.biz/chainguard-private/opensearch-k8s-operator
46 ## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
47 tag: latest@sha256:9b1b0aac4334476620cf95a21e5a6b11ed4fc2542ab2d6e62d6ca1b92cc33b01
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: chainreg.biz/chainguard-private/kube-rbac-proxy
103 tag: latest@sha256:03c3bc3b620ad7eef12f545d3e4a01a641140caacf0e304b50880c657ca7c47d
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