ihnokim commented on PR #43606: URL: https://github.com/apache/airflow/pull/43606#issuecomment-2811798559
I tried to deploy the chart from this branch with ```executor: "CeleryExecutor,KubernetesExecutor"```, but I still get this error message: ```sh $ helm upgrade --install -n airflow airflow airflow/chart Error: UPGRADE FAILED: failed to create resource: Deployment.apps "airflow-scheduler" is invalid: metadata.labels: Invalid value: "CeleryExecutor,KubernetesExecutor": a valid label must be an empty string or consist of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyValue', or 'my_value', or '12345', regex used for validation is '(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?') ``` How can I resolve this error? Could you let me know the commits to resolve it? -- 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