danielhoherd opened a new issue #22413:
URL: https://github.com/apache/airflow/issues/22413
### Official Helm Chart version
1.5.0 (latest released)
### Apache Airflow version
2.2.4 (latest released)
### Kubernetes Version
1.19
### Helm Chart configuration
```
flower:
extraContainers:
- image: foo
imagePullPolicy: IfNotPresent
name: foo
volumeMounts:
- mountPath: /var/log/foo
name: foo
readOnly: false
extraVolumeMounts:
- mountPath: /var/log/foo
name: foo
extraVolumes:
- emptyDir: {}
name: foo
```
### Docker Image customisations
_No response_
### What happened
```
Error: values don't meet the specifications of the schema(s) in the
following chart(s):
airflow:
- flower: Additional property extraVolumeMounts is not allowed
```
### What you think should happen instead
The flower pod should support the same extraVolumeMounts that other pods
support.
### How to reproduce
_No response_
### Anything else
_No response_
### 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]