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: helm/README.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,23 @@ This is a cluster check. You can enable this check by adding `datadog.helmCheck.
25
25
For more information, see the [Cluster Check documentation][2].
26
26
27
27
<!-- xxz tab xxx -->
28
-
<!-- xxx tab "Operator" xxx -->
28
+
<!-- xxx tab "Operator (v1.5.0+)" xxx -->
29
+
30
+
This is a cluster check. You can enable this check by adding `spec.features.helmCheck.enabled` to your `DatadogAgent` deployment configuration.
31
+
32
+
```yaml
33
+
apiVersion: datadoghq.com/v2alpha1
34
+
kind: DatadogAgent
35
+
metadata:
36
+
name: datadog
37
+
spec:
38
+
features:
39
+
helmCheck:
40
+
enabled: true
41
+
```
42
+
43
+
<!-- xxz tab xxx -->
44
+
<!-- xxx tab "Operator (< v1.5.0)" xxx -->
29
45
30
46
This is a cluster check. You can enable this check by providing a configuration file `helm.yaml` to the cluster Agent in your `DatadogAgent` deployment configuration.
0 commit comments