Skip to content

Commit

Permalink
v3.0.750
Browse files Browse the repository at this point in the history
  • Loading branch information
env0 User committed May 12, 2024
1 parent 31c4de3 commit 12bcece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/agent-trigger-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: agent-trigger-role-{{ .Values.agentKey }}
namespace: {{ .Release.Namespace }}
rules:
- apiGroups: ["batch","extensions"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["create", "list", "delete"]
- apiGroups: ["batch","extensions"]
- apiGroups: ["batch"]
resources: ["cronjobs"]
verbs: ["get"]
- apiGroups: [""]
Expand Down

0 comments on commit 12bcece

Please sign in to comment.