Skip to content

Commit 71fbd0b

Browse files
committed
rbac: fix kubectl validation error
The files worked fine in automated testing, but kubectl complains about the missing apiGroup.
1 parent c7781dd commit 71fbd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/kubernetes/rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ subjects:
8787
roleRef:
8888
kind: Role
8989
name: external-provisioner-cfg
90+
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)