helm-tiller icon indicating copy to clipboard operation
helm-tiller copied to clipboard

Helm v2 Tiller plugin aka Tillerless Helm

Results 2 helm-tiller issues
Sort by recently updated
recently updated
newest added

tiller.sh ``` check_install_tiller() { ... else ./scripts/install.sh "$INSTALLED_HELM" fi ``` install.sh *drumroll* ``` echo "Installing Tiller v${VERSION} ..." ```

bug

Hey, we are happily using your helm tiller plugin but in the lastest version, we realized that even if the "HELM_TILLER_SILENT" variable is set to true by default, we get...