A helm plugin for templating heqet configuration into kubernetes resources. It can also be used to e.g. validate your configuration or for CI/CD. This plugin is part of Heqet.
helm plugin install https://github.com/lib42/helm-heqet.git
Important: All commands must be executed inside your heqet project, with a Heqetfile
in the current working directory!
helm heqet setup
: Clones heqet & insert your configurationhelm heqet update
: Updates heqet after setuphelm heqet template
: Templates the Heqet Chart with your confighelm heqet validate
: Simple syntax validation testhelm heqet generate
: Combination of update & template [for CI/CD usage]helm heqet help
: print help
Open a terminal & navigate to your Heqet userdata repository. Make sure a Heqetfile
is in your current working directory.
Heqet needs to be setup first [e.g. to download the heqet chart]:
helm heqet setup
Additionally there is a container image containing the plugin: lib42/heqet-cli