Skip to content

Commit 6a0a3f5

Browse files
authored
Update helm check docs for operator (#16954)
1 parent a00f51a commit 6a0a3f5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

helm/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,23 @@ This is a cluster check. You can enable this check by adding `datadog.helmCheck.
2525
For more information, see the [Cluster Check documentation][2].
2626

2727
<!-- 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 -->
2945
3046
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.
3147

0 commit comments

Comments
 (0)