Closed carrodher closed 3 years ago
This won't work for Helm 2 though, right? Maybe using --name
is better?
This won't work for Helm 2 though, right? Maybe using
--name
is better?
AFAIK there is not a compatible command that works in both cases so --name
will work with Helm 2 but not Helm 3.
Those are the options:
▶ helm2 install bitnami/fluentd
▶ helm3 install --generated-name bitnami/fluentd
▶ helm2 install --name myChart bitnami/fluentd
▶ helm3 install myChart bitnami/fluentd
😬
@mattfarina what do you suggest we do here?
@carrodher @mattfarina : where does this stand?
Signed-off-by: Carlos Rodriguez Hernandez crhernandez@bitnami.com
Update the
helm install
instruction to work on Helm 3Fixes #659