helm-edit is an implemenation of kubectl edit for Helm values. It allows you to edit the values of a Helm release using a text editor.
Based on the version in the plugin.yaml, release binary will be downloaded from Github:
helm plugin install https://github.com/markandersontrocme/helm-editDownloading and installing helm-edit v0.1.0 ...
https://github.com/markandersontrocme/helm-edit/releases/download/v0.1.0/helm-edit_0.1.0_darwin_amd64.tar.gz
Installed plugin: edithelm-edit uses the EDITOR environment variable for the text editor and defaults to vim.
$ helm edit
edit helm values
Usage:
edit [RELEASE] [flags]
Flags:
-a, --all get all values
--dry-run simulate upgrade command
-h, --help help for edit
-n, --namespace string namespace scope of the release