markandersontrocme / helm-edit

An implementation of kubectl edit for Helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm edit Plugin

License Go Report Card CircleCI Release

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.

Install

Based on the version in the plugin.yaml, release binary will be downloaded from Github:

helm plugin install https://github.com/markandersontrocme/helm-edit
Downloading 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: edit

Editor

helm-edit uses the EDITOR environment variable for the text editor and defaults to vim.

Usage

Edit the values of a Helm release

$ 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

About

An implementation of kubectl edit for Helm

License:Apache License 2.0


Languages

Language:Go 80.4%Language:Shell 16.4%Language:Makefile 3.2%