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
I get the following error when I try to edit a release:
$ helm edit rancher
Error: fork/exec : no such file or directory
Usage:
edit [flags] RELEASE
Flags:
-a, --all edit all (computed) vals
-m, --disable-default-intersection If set, user supplied values that are the same as default values won't be "removed" from user supplied values (careful using with -a, setting both of this params won't "merge" the values and all values will become user supplied values)
-e, --editor string name of the editor (default "$EDITOR")
-h, --help help for edit
--revision int edit the current chart with values from old revision
--timeout duration time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s)
--wait if set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment are in a ready state before marking the release as successful. It will wait for as long as --timeout
Error: plugin "edit" exited with error
I use:
macOS 11.2
Helm version v3.5.1 installed via homebrew KUBE_EDITOR set to nano, however I have tried to set HELM_EDITOR=vi, did not help.
The text was updated successfully, but these errors were encountered:
I get the following error when I try to edit a release:
I use:
macOS 11.2
Helm version v3.5.1 installed via homebrew
KUBE_EDITOR
set tonano
, however I have tried to setHELM_EDITOR=vi
, did not help.The text was updated successfully, but these errors were encountered: