diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index b769e17fb1..bfa6b9ec5f 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -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/ diff --git a/stable/airflow/templates/role.yaml b/stable/airflow/templates/role.yaml index d049c1f922..a1b6714677 100644 --- a/stable/airflow/templates/role.yaml +++ b/stable/airflow/templates/role.yaml @@ -17,4 +17,8 @@ rules: resources: - "pods/log" verbs: ["get", "list"] +- apiGroups: [""] + resources: + - "pods/exec" + verbs: ["create", "get"] {{ end }} \ No newline at end of file