Convert Helm charts to Kubernetes resources. Description kubecrt allows you to define your application's Kubernetes infrastructure based on a single configuration file. The configuration file contains your application name, and namespace (both can also be set using CLI arguments), and you provide a...
The chart is actually okay, and doesnothardcode the namespace. The issue here is that theCRDmanifestsalsohave to hardcode a namespace name, and the CRDs arenotmanaged by the Helm chart and thus cannot be templated. There's a number of places in the CRDs that make reference to the n...