Skip to content

A helm plugin to allow for easy application of a charts default values when using helm dependencies

Notifications You must be signed in to change notification settings

android2221/helm-get-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-get-values

Get a dependency's default values.yaml and append it to the consuming chart's values.yaml file to save time when working with helm dependencies.

  • Reduce errors by copying a dependency's default values in the proper yaml file structure
  • Quickly review default configurations, override and keep portions that are needed and delete what is not

Installing

Requirements

  • python 2.7+
  • git
  • helm

Run in your favorite terminal (Run as Administrator in Windows)

helm plugin install http://github.com/android2221/helm-get-values 

Usage

Command:

helm get-values <chartname>

Example:

helm get-values stable/wordpress
  • Open values.yaml, edit and remove things you don't need to override the dependency's default values

Uninstalling

Run in your favorite terminal (Run as Administrator in Windows)

helm plugin remove get-values

About

A helm plugin to allow for easy application of a charts default values when using helm dependencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages