Make api manager registration setting configurable via helm charts
Closed this issue · 1 comments
dokuboyejo commented
cwiechmann commented
Hi @dokuboyejo, To my knowledge these settings aren't controlled by any environment variables.
The responsibility of the Helm chart should be limited to the setup of environment variables that are used by the application (e.g. the API manager) to perform required configuration.
To realize the requirement using the Helm chart, it would be necessary to execute scripts, etc., which would increase the complexity too much.
It would be better to create a Kubernetes operator based on the APIM-CLI for this purpose, which will do the settings in the API Manager.
Until then, the APIM-CLI can be used externally (maybe based on a CI/CD-Pipeline) to provide the environment with configuration after the HELM installation.