jx2lee commented on code in PR #40270: URL: https://github.com/apache/airflow/pull/40270#discussion_r1667258370
########## chart/templates/check-values.yaml: ########## @@ -30,8 +30,17 @@ The sole purpose of this yaml file is it to check the values file is consistent {{- if or (eq .Values.executor "CeleryExecutor") (eq .Values.executor "CeleryKubernetesExecutor") }} {{- if .Values.redis.enabled }} - {{- if and .Values.redis.passwordSecretName (not .Values.data.brokerUrlSecretName) }} - {{ required "When using the internal redis of the chart and setting the value redis.passwordSecretName, you must also set the value data.brokerUrlSecretName." nil }} + {{- if and .Values.redis.passwordSecretName }} Review Comment: thanks, done! -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org