I would like to install chart on rancher 2.1. i have tryed to install the helm chart directly over the rancher but it dosent work
docker exec -i -t serene_sammet /bin/bash helm install stable/nfs-client-provisioner --set nfs.server=x.x.x.x --set nfs.path=/exported/path triller not found
how can i use helm on rancher 2.1?
We don’t install tiller because it has no way to handle multi-tenancy/different users with different access. Catalog apps in the CLI/UI end up deploying the yaml without using tiller.
Hi. What is the mechanism behind deploying app from catalog? I’d like to check some logs, because I have some issues deploying app from chart.