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:
Ryan Greget
2019-02-26 15:47:58 -08:00
committed by Kubernetes Prow Robot
parent 6c75d84e73
commit 71530eb172
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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/
+4
View File
@@ -17,4 +17,8 @@ rules:
resources:
- "pods/log"
verbs: ["get", "list"]
- apiGroups: [""]
resources:
- "pods/exec"
verbs: ["create", "get"]
{{ end }}