Skip to content

Commit

Permalink
Allows managing Job resources, including creation, listing, and delet…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Sid Ahmed DJELLALI committed Dec 6, 2024
1 parent fec53c6 commit ea4acc4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bitnami/airflow/templates/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ rules:
verbs:
- "create"
- "get"
- apiGroups:
- "batch"
resources:
- "jobs"
verbs:
- "create"
- "list"
- "get"
- "watch"
- "delete"
- "patch"
{{- if .Values.rbac.rules }}
{{- include "common.tplvalues.render" ( dict "value" .Values.rbac.rules "context" $ ) | nindent 2 }}
{{- end }}
Expand Down

0 comments on commit ea4acc4

Please sign in to comment.