Skip to content

Commit

Permalink
add job permission to create manually triggerede vulnerability scans
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 28, 2023
1 parent 520cacf commit 673ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/kubero/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rules:
resources: ["customresourcedefinitions"]
verbs: ["list", "watch", "get"]
- apiGroups: [""]
resources: ["namespaces", "secrets", "pods", "pods/log", "events", "persistentvolumeclaims", "persistentvolumes"]
resources: ["namespaces", "secrets", "pods", "pods/log", "events", "persistentvolumeclaims", "persistentvolumes", "jobs"]
verbs: ["*"]
- apiGroups: ["apps"]
resources: ["deployments"]
Expand Down

0 comments on commit 673ce10

Please sign in to comment.