fix: Add Ocp clusterrole (#341)

* Update perms
pull/465/head^2
John Kost 2020-10-08 13:24:46 -04:00 committed by GitHub
parent 03aecd7af9
commit 12b4764afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -138,4 +138,10 @@ rules:
verbs:
- list
- delete
- apiGroups:
- "*"
resources:
- "*/finalizers"
verbs:
- "*"
{{- end }}