huxuan opened a new issue #20041:
URL: https://github.com/apache/airflow/issues/20041


   ### Official Helm Chart version
   
   1.3.0 (latest released)
   
   ### Apache Airflow version
   
   2.2.1
   
   ### Kubernetes Version
   
   Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.7", 
GitCommit:"1dd5338295409edcfff11505e7bb246f0d325d15", GitTreeState:"clean", 
BuildDate:"2021-01-13T13:15:20Z", GoVersion:"go1.15.5", Compiler:"gc", 
Platform:"linux/amd64"}
   
   ### Helm Chart configuration
   
   ```
   nodeSelector:
     key1: value1
     key2: value2
   ```
   
   ### Docker Image customisations
   
   N/A
   
   ### What happened
   
   StatefulSet for postgresql does not respect the nodeSelector specified in 
values.yaml.
   
   ### What you expected to happen
   
   The nodeSelector also applies to postgresql StatefulSet.
   
   ### How to reproduce
   
   helm template apache-airflow/airflow -f values.yaml > install.yaml
   
   
   ### Anything else
   
   NOTE for willingness to submit an PR, since I am not so familiar with helm 
chart, it would be better to have some guidance.
   
   ### Are you willing to submit PR?
   
   - [X] 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]


Reply via email to