How to inject a complex YAML config (arrays & nested objects) into a Go application running on Kubernetes (using Helm)?
Summary The problem at hand is injecting a complex YAML configuration with arrays and nested objects into a Go application running on Kubernetes, deployed using Helm. The application uses koanf to load configuration from YAML files and environment variables. The goal is to find a clean and idiomatic Kubernetes solution to inject this configuration without … Read more