elehcim commented on issue #38183:
URL: https://github.com/apache/airflow/issues/38183#issuecomment-2209115509
Hello, I have a similar issue with helm chart 1.14.0 when setting the
executor:
```
# kustomization.yml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: airflow
helmCharts:
- name: airflow
releaseName: airflow
version: "1.14.0"
repo: https://airflow.apache.org
valuesInline:
executor: CeleryKubernetesExecutor
```
```
kustomize build --enable-helm .
```
Resulting in
```
Error: map[string]interface {}(nil): yaml: unmarshal errors:
line 44: mapping key "cluster-autoscaler.kubernetes.io/safe-to-evict"
already defined at line 43
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]