Hi folks - i have an example app with a helm chart and some manifests wordpress-enterprise/manifests at main · dexhorthy/wordpress-enterprise · GitHub
I did a GitOps deploy to this directory: Updating App Name to version 1 · dexhorthy/gitops-deploy@1843583 · GitHub, and noticing that the helm chart was excluded from the manifests.
Is there a way to get App Manager / KOTS to push the raw helm TGZ or the templated manifests? Do i have have to opt into the useHelmInstall: false
thing? Is that functionality still on the way to deprecation and to be avoided? I have confirmed that setting useHelmInstall to false does cause the helm manifests to be pulled into the gitops commit.