Fix typos in audit policy config

This commit is contained in:
Tim St. Clair 2017-06-13 18:34:19 -07:00
parent 0a1b7d94b4
commit 947efaf2d7
No known key found for this signature in database
GPG Key ID: 434D16BCEF479EAB

View File

@ -521,7 +521,7 @@ rules:
# Ingress controller reads `configmaps/ingress-uid` through the unsecured port.
# TODO(#46983): Change this to the ingress controller service account.
users: ["system:unsecured"]
namespaces: ["kube-sytem"]
namespaces: ["kube-system"]
verbs: ["get"]
resources:
- group: "" # core
@ -533,7 +533,7 @@ rules:
- group: "" # core
resources: ["nodes"]
- level: None
groups: ["system:nodes"]
userGroups: ["system:nodes"]
verbs: ["get"]
resources:
- group: "" # core
@ -544,7 +544,7 @@ rules:
- system:kube-scheduler
- system:serviceaccount:kube-system:endpoint-controller
verbs: ["get", "update"]
namespaces: ["kube-sytem"]
namespaces: ["kube-system"]
resources:
- group: "" # core
resources: ["endpoints"]