We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d383f83 commit 2eb50e5Copy full SHA for 2eb50e5
1 file changed
docs/setup-robusta/crds.rst
@@ -52,7 +52,7 @@ This will output something like:
52
Basic Configuration
53
^^^^^^^^^^^^^^^^^^^
54
55
-Specify read permissions for the CRDs you need to monitor:
+Specify read permissions for the CRDs you need to monitor. You can list specific resources or use ``"*"`` to monitor all resources in an API group:
56
57
.. code-block:: yaml
58
@@ -69,6 +69,20 @@ Specify read permissions for the CRDs you need to monitor:
69
- "list"
70
- "get"
71
72
+Or to monitor all resources in an API group:
73
+
74
+.. code-block:: yaml
75
76
+ runner:
77
+ customClusterRoleRules:
78
+ - apiGroups:
79
+ - "cert-manager.io"
80
+ resources:
81
+ - "*"
82
+ verbs:
83
+ - "list"
84
+ - "get"
85
86
Applying the Configuration
87
^^^^^^^^^^^^^^^^^^^^^^^^^^^
88
0 commit comments