We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone, again:)
Sometimes I use helm install like this
helm install --wait --generate-name \ -n gpu-operator --create-namespace \ nvidia/gpu-operator
get from this
you can see that in this example doesn't use helm chart
If I use helm.Install(t, options, "", "") I got an error
Error: INSTALLATION FAILED: expected at most two arguments, unexpected arguments: <> <> <- here 2 empty element
because append
in this case, is it preferable to use RunHelmCommandAndGetOutputE or may be add check in Install function that chart and releaseName are empty?
Thanks in advance! hope you are doing well!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone, again:)
Sometimes I use helm install like this
get from this
you can see that in this example doesn't use helm chart
If I use helm.Install(t, options, "", "") I got an error
because append
in this case, is it preferable to use RunHelmCommandAndGetOutputE or may be add check in Install function that chart and releaseName are empty?
Thanks in advance!
hope you are doing well!
The text was updated successfully, but these errors were encountered: