-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make run-local-shift fails on minishift due to the lack of helm #488
Comments
@tiraboschi Thanks for the feedback! In this case the helm client is a prerequisite for our |
aditya-konarde
added a commit
to aditya-konarde/operator-lifecycle-manager
that referenced
this issue
Oct 18, 2018
`make run-local-shift` fails if the helm binary isn't available This would fix: operator-framework#488
Added doc via #528 Can this issue be closed now? :) |
ecordell
pushed a commit
to ecordell/operator-lifecycle-manager
that referenced
this issue
Mar 8, 2019
`make run-local-shift` fails if the helm binary isn't available This would fix: operator-framework#488
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
minishift by default doesn't ship helm (it could be installed via minishift-addons) so make run-local-shift fails with ./scripts/package-release.sh: line 26: helm: command not found
The text was updated successfully, but these errors were encountered: