Hello everyone,
we installed Rancher 2.7 on our RKE2 Cluster and we are trying to automate the installation of apps from the "Apps -> Charts" menu. I know that there is the possibility to use Rancher CLI Tools, but is there a way to do that via a .yml file? I found out that there are the some api-resources that seem suitable:
helmcharts
helm.cattle.io/v1 <- cannot find the helm chart in /home/shell/helm/metallb-0.13.7.tgz
apps
catalog.cattle.io/v1 <- only creates metadata in "installed apps but there is no deployment"
So is there a way to install apps from the "Apps -> Charts" menu via a yml file?
Thank you in advance 🙂