You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/09 15:07:56 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #22388: WIP - Helm support local kubernetes executor

jedcunningham commented on code in PR #22388:
URL: https://github.com/apache/airflow/pull/22388#discussion_r846644944


##########
chart/values.yaml:
##########
@@ -219,7 +219,7 @@ rbac:
   createSCCRoleBinding: false
 
 # Airflow executor
-# Options: LocalExecutor, CeleryExecutor, KubernetesExecutor, CeleryKubernetesExecutor
+# Options: LocalExecutor, LocalKubernetesExecutor, CeleryExecutor, KubernetesExecutor, CeleryKubernetesExecutor

Review Comment:
   ```suggestion
   # One of: LocalExecutor, LocalKubernetesExecutor, CeleryExecutor, KubernetesExecutor, CeleryKubernetesExecutor
   ```
   
   Gets us 1 character down :)



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org