Skip to content

Commit

Permalink
Add permission to apps API group in security Helm job (istio#12384)
Browse files Browse the repository at this point in the history
* Add permission to apps API group

* Space
  • Loading branch information
ymesika authored and linsun committed Mar 12, 2019
1 parent 7772388 commit 6979680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["validatingwebhookconfigurations"]
verbs: ["get"]
- apiGroups: ["extensions"]
- apiGroups: ["extensions", "apps"]
resources: ["deployments", "replicasets"]
verbs: ["get", "list", "watch"]
---
Expand Down

0 comments on commit 6979680

Please sign in to comment.