You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helm chart design actually partially support usage of external component, especially for storage. Indeed, support for Postgres, Redis, and Vespa dependencies allow enabled flag to prevent from deploying such solutions, but external host configuration is not permitted as it is injected into the chart configmap without any possibilities of tuning.
One could say you can always override it by envvars but since they already are statically defined here, it seems unnatural :). Just adding the possibility to define those variable through values would be more explicit.
The text was updated successfully, but these errors were encountered:
Faylixe
changed the title
Add support for host configuration through values in Helm chart.
Add support for component host configuration through values in Helm chart.
Dec 23, 2024
The Helm chart design actually partially support usage of external component, especially for storage. Indeed, support for Postgres, Redis, and Vespa dependencies allow
enabled
flag to prevent from deploying such solutions, but external host configuration is not permitted as it is injected into the chart configmap without any possibilities of tuning.One could say you can always override it by envvars but since they already are statically defined here, it seems unnatural :). Just adding the possibility to define those variable through values would be more explicit.
The text was updated successfully, but these errors were encountered: