-
Notifications
You must be signed in to change notification settings - Fork 155
helm secret "invalid option" issue with helm3 #135
Comments
helm v3 doesn't have try to clone the repo and remove |
It throws another error
|
let's leave that to plugin maintainers to answer |
Patching
I think the reason you are getting an error is because you are using the I would patch helm secrets install myrelease ./mychart -f ./mychart/secrets.yaml |
Helm Also the Does that change the status of this issue? Not able to test with helm secrets at the moment |
I am able to run
@nomis-rzp, I was having the same issue as you running Helm |
I'm having issue with helm secrets using helm v3
this is the error:
Any idea? for helm v2 was working fine. |
With helm3 while running the
helm secret ...
command its giving the following errorCommand:
helm secrets install -n myrelease ./mychart-f ./mychart/secrets.yaml
Error:
Output of helm version:
version.BuildInfo{Version:"v3.0.0-beta.3", GitCommit:"5cb923eecbe80d1ad76399aee234717c11931d9a", GitTreeState:"clean", GoVersion:"go1.12.9"}
Could you please let me know if this is a known issue, or if I am missing anything here?
The text was updated successfully, but these errors were encountered: