Skip to content

Commit

Permalink
rbac: fix kubectl validation error
Browse files Browse the repository at this point in the history
The files worked fine in automated testing, but kubectl complains
about the missing apiGroup.
  • Loading branch information
pohly committed Nov 5, 2018
1 parent c7781dd commit 71fbd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/kubernetes/rbac.yaml
Expand Up @@ -87,3 +87,4 @@ subjects:
roleRef:
kind: Role
name: external-provisioner-cfg
apiGroup: rbac.authorization.k8s.io

0 comments on commit 71fbd0b

Please sign in to comment.