fix an error in example yaml file (#8539)
This commit is contained in:
@@ -224,7 +224,7 @@ metadata:
|
|||||||
# These rules will be added to the "monitoring" role.
|
# These rules will be added to the "monitoring" role.
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
Resources: ["services", "endpoints", "pods"]
|
resources: ["services", "endpoints", "pods"]
|
||||||
verbs: ["get", "list", "watch"]
|
verbs: ["get", "list", "watch"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user