Skip to content

Commit

Permalink
Add missing privileges for running tests (#613)
Browse files Browse the repository at this point in the history
Add missing privileges for running tests
  • Loading branch information
Vlatombe authored Oct 4, 2019
2 parents 4aa49ec + 66c2a1c commit 61894e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/kubernetes/service-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ rules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create","update"]
- apiGroups: [""]
resources: ["deploy"] # KubernetesPipelineTest#cascadingDelete
verbs: ["create","delete","get","list","patch","update","watch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"] # KubernetesPipelineTest#dynamicPVC
verbs: ["create","delete","get","list","patch","update","watch"]

---
apiVersion: rbac.authorization.k8s.io/v1beta1
Expand Down

0 comments on commit 61894e9

Please sign in to comment.