fix: Add Ocp clusterrole (#341)

* Update perms
This commit is contained in:
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

View file

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