helm-get-values-overrides

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

Install

helm plugin install https://github.com/kubepro/helm-get-values-overrides.git

Uninstall

helm plugin uninstall get-values-overrides

Usage

helm get-values-overrides <lookup_path> <feature-1> <feature-2> ...
  • lookup_path the path where the plugin tries to find values override files.
  • feature-X features in the beginning of the list are of higher priority.

If there are 3 features in the list, then the order of override candidates will be like follows:

<lookup_path>/<feature-3>.yaml
<lookup_path>/<feature-2>.yaml
<lookup_path>/<feature-2>-<feature-3>.yaml
<lookup_path>/<feature-1>.yaml
<lookup_path>/<feature-1>-<feature-3>.yaml
<lookup_path>/<feature-1>-<feature-2>.yaml
<lookup_path>/<feature-1>-<feature-2>-<feature-3>.yaml

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL