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

tiller.sh not respecting HELM_TILLER_SILENT at the end of install

Open ewah opened this issue 4 years ago • 0 comments

tiller.sh

check_install_tiller() {
...
  else
    ./scripts/install.sh "$INSTALLED_HELM"
  fi

install.sh drumroll

echo "Installing Tiller v${VERSION} ..."

ewah avatar Apr 01 '20 22:04 ewah