elehcim opened a new issue, #40606:
URL: https://github.com/apache/airflow/issues/40606
### Official Helm Chart version
1.14.0 (latest released)
### Apache Airflow version
2.9.2
### Kubernetes Version
1.28
### Helm Chart configuration
executor: KubernetesExecutor
### Docker Image customizations
_No response_
### What happened
_No response_
### What you think should happen instead
_No response_
### How to reproduce
```
# 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
```
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]