Skip to content

Commit

Permalink
update 01/17/25 09:34:10
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Jan 17, 2025
1 parent b30e49c commit 1802ba4
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ rules:
- apiGroups:
- ""
resources:
- jobs
- pods/exec
- pods/portforward
- pods/proxy
Expand All @@ -30,4 +29,15 @@ rules:
- list
- watch
- create
- apiGroups:
- "batch"
resources:
- "jobs"
- "jobs/status"
verbs:
- "create"
- "delete"
- "get"
- "list"
- "watch"
{{- end }}

0 comments on commit 1802ba4

Please sign in to comment.