Skip to content

Use helm install without chart #1412

@Bablzz

Description

@Bablzz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions