Skip to content

Commit

Permalink
Merge pull request #152 from MateuszCzubak/grant-delete-crd-perm-for-…
Browse files Browse the repository at this point in the history
…service-account

Grant delete CRD permission for ambassador service account
  • Loading branch information
iNoahNothing authored Jan 8, 2021
2 parents cd2612b + 3d2a1b5 commit 9a899bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rules:

- apiGroups: [ "apiextensions.k8s.io" ]
resources: [ "customresourcedefinitions" ]
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "watch", "delete"]

- apiGroups: [ "networking.internal.knative.dev"]
resources: [ "clusteringresses" ]
Expand Down

0 comments on commit 9a899bb

Please sign in to comment.