Sign inSign up

codeformuenster/kustomize-helmtemplate

By codeformuenster

Updated almost 6 years ago

Image
0

298

codeformuenster/kustomize-helmtemplate repository overview

kustomize plugin helm-template

mkdir -p "$HOME/.config/kustomize/plugin/helm-template.webwur.st/v1alpha2/helmtemplate/"
cp ./HelmTemplate "$HOME/.config/kustomize/plugin/helm-template.webwur.st/v1alpha2/helmtemplate/HelmTemplate"

kustomize build --enable_alpha_plugins ./tests

see: https://github.com/kubernetes-sigs/kustomize/blob/master/plugin/someteam.example.com/v1/chartinflator/ChartInflator

Development

docker build -t local/helm-template .

docker run -ti \
  -v $PWD:/$PWD -w $PWD \
  local/helm-template \
    HelmTemplate.yaml

FIXME remove poetry. just use requirements.txt + tools

# add a python package to pyproject.toml
docker run -ti -v $PWD:$PWD -w $PWD -- local/helm-template \
  poetry add --dev git+https://github.com/hjacobs/pytest-kind@master

# update package versions in pyproject.toml
docker run -ti -v $PWD:$PWD -w $PWD -- local/helm-template \
  poetry update

Tag summary

Content type

Image

Digest

Size

93.3 MB

Last updated

almost 6 years ago

docker pull codeformuenster/kustomize-helmtemplate:master