You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/eck-operator/values.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,25 @@ nameOverride: "elastic-operator"
5
5
fullnameOverride: "elastic-operator"
6
6
7
7
# managedNamespaces is the set of namespaces that the operator manages. Leave empty to manage all namespaces.
8
+
# Mutually exclusive with namespaceSelector.
8
9
managedNamespaces: []
9
10
11
+
# namespaceSelector is a Kubernetes label selector that dynamically controls which namespaces the operator manages.
12
+
# The operator watches all namespaces cluster-wide and filters events by matching each namespace's labels against
13
+
# this selector at runtime. When a namespace gains or loses the matching labels the operator automatically
14
+
# starts or stops managing resources in that namespace without a restart.
15
+
# Mutually exclusive with managedNamespaces. Requires createClusterScopedResources: true.
16
+
# Example:
17
+
# namespaceSelector:
18
+
# matchLabels:
19
+
# eck-managed: "true"
20
+
# namespaceSelector:
21
+
# matchExpressions:
22
+
# - key: environment
23
+
# operator: In
24
+
# values: [production, staging]
25
+
namespaceSelector: {}
26
+
10
27
# installCRDs determines whether Custom Resource Definitions (CRD) are installed by the chart.
11
28
# Note that CRDs are global resources and require cluster admin privileges to install.
12
29
# If you are sharing a cluster with other users who may want to install ECK on their own namespaces, setting this to true can have unintended consequences.
// both of these dependencies are used by vegeta, but the version they use is older and did not include a licence. we require the licence and so pin both of these
0 commit comments