| I think you are marketing this thing wrong. This has very little to do with helm. For me helm is primarily not a package manager, its a templating language and a way of configuring and installing it to a k8s cluster happens through kubeapps, helm cli or argocd. This approach also kills for me the really awesome IaC paradigma: I bootstrap ArgoCD and after that, reference only git repos. Your demo doesn't talk about HOW someone would use your templating features (like your 'form' support) but shows everything besides that. I honestly like this as i'm still having the feeling that something is wrong with helm, but the way you are approaching it, i think it will fail. It will not gain enough traktion as bigger companies do not need your tooling. Kubeapps works really well and helm too (you want to replace helm, you probably will keep the helm support in there for a long time). The problems helm have is: its getting convoluted when helm charts become big. The templating folder is a shit place for basically having everything in there, yaml is not that good for templating and values.yamls become way to big. |