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
| tolerations | list |`[]`| Allows to schedule Datadog Operator on tainted nodes |
61
61
| volumeMounts | list |`[]`| Specify additional volumes to mount in the container |
62
62
| volumes | list |`[]`| Specify additional volumes to mount in the container |
63
-
| watchNamespaces | list |`[]`| Restricts the Operator to watch its managed resources on specific namespaces |
63
+
| watchNamespaces | list |`[]`| Restricts the Operator to watch its managed resources on specific namespaces unless CRD-specific watchNamespaces properties are set |
64
+
| watchNamespacesAgent | list |`[]`| Restricts the Operator to watch DatadogAgent resources on specific namespaces. Requires v1.8.0+ |
65
+
| watchNamespacesAgentProfile | list |`[]`| Restricts the Operator to watch DatadogAgentProfile resources on specific namespaces. Requires v1.8.0+ |
66
+
| watchNamespacesMonitor | list |`[]`| Restricts the Operator to watch DatadogMonitor resources on specific namespaces. Requires v1.8.0+ |
67
+
| watchNamespacesSLO | list |`[]`| Restricts the Operator to watch DatadogSLO resources on specific namespaces. Requires v1.8.0+ |
64
68
65
69
## How to configure which namespaces are watched by the Operator.
0 commit comments