Add support for specifying extra manifests via Helm for emissary-ingress
chart
#5706
Labels
t:feature
New feature or enhancement request
emissary-ingress
chart
#5706
Please describe your use case / problem.
It would be very beneficial to supply
extraManifests
value to theemissary-ingress
Helm chart that would render extra manifests as a part of a single Helm chart deployment.Describe the solution you'd like
An extra variable to hold a list of arbitrary Kubernetes manifests, e.g.
Describe alternatives you've considered
emissary-ingress
Helm chart as a subchart.The (1) & (2) are hard to maintain and scale, the (3) introduces the dependency between deployments which requires putting the stuff in correct order.
Additional context
This has been a normal practise and a lot of OSS Helm charts support such options these days, e.g.
I'm willing to implement this feature.
The text was updated successfully, but these errors were encountered: