cluster/kube: fix typo

changes/03/3/1
q3k 2019-01-13 22:08:05 +01:00
parent 4d9e72cb8c
commit 5bebbebe3e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local Cluster(fqdn) = {
},
],
},
crbAPISerber: kube.ClusterRoleBinding("system:kube-apiserver") {
crbAPIServer: kube.ClusterRoleBinding("system:kube-apiserver") {
roleRef: {
apiGroup: "rbac.authorization.k8s.io",
kind: "ClusterRole",