You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
Currently cant use Helm 3.0.0-alpha.2 with
helm secrets install
I get this error
$ helm secrets install RELEASE-NAME CHART -f ./values.yaml Error: unknown flag: --client helm install: invalid option -- f Error: plugin "secrets" exited with error
I believe this is because the format of
helm install
has changed in Helm V3 where there is no more--name
and the release name is always required.The text was updated successfully, but these errors were encountered: