Hey, looking for some advice - we use kustomize to manage patches, resources of k8s deployments across envs.
Currently looking for popular open-source/freemium solutions or strategies folks use to quasi-automate generating yaml config files?
The short term approach that’s evolved is a combination of kustomize and scripting. E.g. consuming properties files to generate configmaps or secret key names to yield secret provider class specs. This isn’t ideal/sustainable as the complexity is trending upwards in order to accommodate the variety of deployments.