kubee-helm-post-renderer
kubee-helm-post-renderer is a helm post renderer
that adds support for:
Jsonnet- and
kustomize
HOW IT WORKS
Section titled “HOW IT WORKS”- if a
jsonnetdirectory exists at the root of the chart directory- if a
jsonnetfile.jsonis present, thejsonnet bundleris executed to fetch dependencies - the
jsonnetfiles present in thejsonnetdirectory are executed - the output are added to the Helm templates
- if a
- if a
kustomization.ymlis present at the root of the chart directory- the environment variables present in
kustomization.ymlare substituted - the templates are rendered
kustomizeis applied- the output is added to the Jsonnet templates if present
- the environment variables present in