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/29 15:21:48 UTC

[GitHub] [airflow] monti-python opened a new issue #22590: Add extraManifests option to helm chart

monti-python opened a new issue #22590:
URL: https://github.com/apache/airflow/issues/22590


   ### Description
   
   During the lifecycle of a Helm release, very often we need to create custom additional kubernetes resources that are managed separately using `kubectl apply -f myresources.yml`. 
   
   It would come in handy if there was an `extraManifests` section on the helm chart so that these custom additional resources can be managed along with the chart. 
   
   The idea is not mine, but is present in another airflow chart that I've used in the past: https://github.com/airflow-helm/charts/blob/1bc18527370706395a26d8dc8e9fd6600b2ac6a6/charts/airflow/values.yaml#L1351
   
   
   ### Use case/motivation
   
   There is an `extraManifest` section within the helm chart's values to include custom kubernetes resources
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a 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