⚠ Until kubernetes/helm#2740 won't be merged, opening an editor using this plugin will mess up your terminal. Use reset
command after helm edit
.
Helm Edit
![CircleCI](https://img.shields.io/circleci/project/github/mstrzele/helm-edit.svg?style=flat-square)
Edit a Helm release
This plugin adds helm edit
command. It opens the editor defined by HELM_EDITOR
, KUBE_EDITOR
or EDITOR
environment variable and allows to edit the values and upgrade a release.
Install
$ helm plugin install https://github.com/mstrzele/helm-edit
Usage
$ helm edit smiling-penguin
# Edits the smiling-penguin release
![asciicast](https://asciinema.org/a/131663.png)
Maintainers
@mstrzele
Contribute
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2017 Maciej Strzelecki