mockserver
mockserver copied to clipboard
add configmap to main helm chart
I'm taking over our mockserver setup, and read we are to install two different helm installations. The mockserver-config helm chart, and then the main mockserver helm chart. Any thoughts on adding a configmap template to the main one? That way its just a single helm install/upgrade.
I'm not sure that is technically possible. As far as I'm aware this is a known limitation of helm charts.
Do you have any suggestions as to how this could be implemented?
I'll review the latest helm support and check what is already implement and add an integration test to cover this use case