You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/21 22:58:11 UTC

[GitHub] [airflow] danielhoherd opened a new issue #22413: Flower is missing extraVolumeMounts

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #22413: Flower is missing extraVolumeMounts

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #22413:
URL: https://github.com/apache/airflow/issues/22413#issuecomment-1074502222


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #22413: Flower is missing extraVolumeMounts

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #22413:
URL: https://github.com/apache/airflow/issues/22413


   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org