Skip to content

Commit

Permalink
rbac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahbaz Nazir committed Jul 23, 2020
1 parent b3d883c commit 47a3538
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions helm/designate-certmanager-webhook/templates/uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@ metadata:
"helm.sh/hook-delete-policy": hook-succeeded
rules:
- apiGroups:
- 'batch'
- 'extensions'
- acme.syseleven.de
resources:
- 'jobs'
- '*'
verbs:
- 'create'
- apiGroups:
- apiregistration.k8s.io
resources:
- apiservices
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 47a3538

Please sign in to comment.