mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Airflow role fix (#11762)
* Update to stable/airflow role.yaml to grant permissions needed for airflow xcom_push to stream out of the sidecar. Signed-off-by: Ryan Greget <rgreget@gmail.com> * Version bump. Signed-off-by: Ryan Greget <rgreget@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6c75d84e73
commit
71530eb172
@@ -1,6 +1,6 @@
|
||||
description: Airflow is a platform to programmatically author, schedule and monitor workflows
|
||||
name: airflow
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
appVersion: 1.10.0
|
||||
icon: https://airflow.apache.org/_images/pin_large.png
|
||||
home: https://airflow.apache.org/
|
||||
|
||||
@@ -17,4 +17,8 @@ rules:
|
||||
resources:
|
||||
- "pods/log"
|
||||
verbs: ["get", "list"]
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
- "pods/exec"
|
||||
verbs: ["create", "get"]
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user