mik-laj commented on a change in pull request #14766:
URL: https://github.com/apache/airflow/pull/14766#discussion_r593885470



##########
File path: chart/templates/check-values.yaml
##########
@@ -21,7 +21,18 @@ The sole purpose of this yaml file is it to check the values 
file is consistent
 
 {{- /*
 ##############################
-   Redis related checks
+  Executors related checks
+#############################
+*/ -}}
+  {{- $supportedExecutors := list "LocalExecutor" "CeleryExecutor" 
"KubernetesExecutor" "CeleryKubernetesExecutor" }}
+
+  {{- if not (has .Values.executor $supportedExecutors) }}
+    {{ required "Unsupported executor. Supported values: LocalExecutor, 
CeleryExecutor, KubernetesExecutor, CeleryKubernetesExecutor." nil }}

Review comment:
       Oh The change in this file should be deleted because I was able to 
validate it with JSON Schema.




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


Reply via email to