This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 3fbf6dfb9bcbfd2cce1d119206fd73546cfe46d4 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Nov 15 03:09:27 2020 +0100 Kubernetes executor can adopt tasks from other schedulers (#10996) (cherry picked from commit 3ca11eb9b02a2c2591292fd6b76e0e98b8f22656) Co-authored-by: Daniel Imberman <[email protected]> --- chart/templates/rbac/pod-launcher-role.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/rbac/pod-launcher-role.yaml b/chart/templates/rbac/pod-launcher-role.yaml index 132c839..7e10122 100644 --- a/chart/templates/rbac/pod-launcher-role.yaml +++ b/chart/templates/rbac/pod-launcher-role.yaml @@ -40,6 +40,7 @@ rules: - "create" - "list" - "get" + - "patch" - "watch" - "delete" - apiGroups:
