Skip to content
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

Use helm install without chart #1412

Open
Bablzz opened this issue Jun 21, 2024 · 0 comments
Open

Use helm install without chart #1412

Bablzz opened this issue Jun 21, 2024 · 0 comments

Comments

@Bablzz
Copy link

Bablzz commented Jun 21, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant