fix an error in example yaml file (#8539)

This commit is contained in:
WanLinghao
2018-05-16 08:37:27 +08:00
committed by k8s-ci-robot
parent 228bdfbab4
commit b16dae5309
+1 -1
View File
@@ -224,7 +224,7 @@ metadata:
# These rules will be added to the "monitoring" role.
rules:
- apiGroups: [""]
Resources: ["services", "endpoints", "pods"]
resources: ["services", "endpoints", "pods"]
verbs: ["get", "list", "watch"]
```