Added ability to specify priorityClassName
(#66)
It is now possible to specify the priorityClassName
in the Helm chart. Thanks to @null93 for his contribution.
Fix RBAC generation (#65, #67)
Add markers to generate RBAC rules and add finalizers to the RBAC rules, to fix the following error for OpenShift:
secrets "test-vault-secret" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: , <nil>
Thanks to @bartmeuris for finding and fixing this bug.