mik-laj commented on a change in pull request #14766:
URL: https://github.com/apache/airflow/pull/14766#discussion_r593887802
##########
File path: chart/templates/rbac/pod-launcher-rolebinding.yaml
##########
@@ -19,8 +19,7 @@
## Airflow Pod Launcher Role Binding
#################################
{{- if and .Values.rbacEnabled .Values.allowPodLaunching }}
-{{- $schedulerLaunchExecutors := list "LocalExecutor" "SequentialExecutor"
"KubernetesExecutor" "CeleryKubernetesExecutor" }}
-{{- $workerLaunchExecutors := list "CeleryExecutor" "KubernetesExecutor"
"CeleryKubernetesExecutor" }}
+{{- $podLaunchExecutors := list "LocalExecutor" "KubernetesExecutor"
"CeleryKubernetesExecutor" }}
Review comment:
Thanks. This is a mistake. I have fixed it and updated the documentation.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]