conjure-up / spells

conjure-up spells registry
79 stars 37 forks source link

intall_helm function does not use getkey "kubectl.dest" so it assumes kubectl is always in PATH #184

Closed shrajfr12 closed 6 years ago

shrajfr12 commented 6 years ago

With the recent refactoring due to removing KUBECONFIG, kubectl script in $HOME/bin is no longer gettting created and hence direct reference to kubectl without a path prefix or getting it from "kubectl.dest" can result in "command not found" type errors.

Cynerva commented 6 years ago

Thanks for alerting us to this.

PR: https://github.com/conjure-up/spells/pull/183

adam-stokes commented 6 years ago

Fixed