Skip to content

Commit cfcf249

Browse files
authored
Include cluster_check: true on code snippets in sections that mention cluster checks (#29413)
This PR is to fix the missing `cluster_check: true` paramater in the code snippets on sections that mention cluster checks. This is required for cluster checks to work. This is just to keep it consistent with the actual cluster checks documentation here: https://docs.datadoghq.com/containers/cluster_agent/clusterchecks/?tab=datadogoperator
1 parent 5b6f7b2 commit cfcf249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/containers/kubernetes/integrations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ spec:
260260
<INTEGRATION_NAME>.yaml: |-
261261
ad_identifiers:
262262
- <CONTAINER_IMAGE>
263+
cluster_check: true
263264
init_config:
264265
<INIT_CONFIG>
265266
instances:
@@ -303,6 +304,7 @@ clusterAgent:
303304
<INTEGRATION_NAME>.yaml: |-
304305
ad_identifiers:
305306
- <CONTAINER_IMAGE>
307+
cluster_check: true
306308
init_config:
307309
<INIT_CONFIG>
308310
instances:

0 commit comments

Comments
 (0)