-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels