Using Helm helper files to manage shared properties across multiple micro-services
In Helm we use Charts. In Cloud services, a service is typically separated to multiple micro-services.
In Helm lingo then, a micro-service could be considered as a Chart.
Despite being separate to multiple micro-services, it is likely that some properties would be the same across some of them. You … Continue reading