Skip to content

Helm plugin for handling alias keys in requirements specyfication

License

Notifications You must be signed in to change notification settings

groundnuty/requirement-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm requirment-alias Plugin

This repository contains a Helm plugin, that allows for handling aliases in requirements.yaml file.

Installation

  1. Run make install.

Usage

# to see the new plugins
helm help

# for requirement-alias help
helm requirement-alias help

# to generate aliased charts 
helm requirement-alias generate <chart dir>

Example Chart

In folder requirement-alias-test you will find a Helm chart that demonstrates how to run three redis services named differently (aliased) with different chart versions. Please see requirement-alias-test/requirements.yaml.

To run example invoke:

make install # install plugin
helm requirement-alias generate requirement-alias-test
helm install requirement-alias-test

About

Helm plugin for handling alias keys in requirements specyfication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages