Sign inSign up

hendrikmaus/helm-templexer

By hendrikmaus

Updated over 3 years ago

Render Helm charts for multiple environments using explicit configuration.

Image
0

848

hendrikmaus/helm-templexer repository overview

Documentation | Dockerfile | Repository

# create the directory where helm-templexer will render to
mkdir -p tests/data/manifests

# let helm-templexers user id (1001) own the directory
sudo chown -R 1001 tests/data/manifests

# pull and run the image
docker pull hendrikmaus/helm-templexer
docker run --rm --volume $(pwd):/srv --workdir /srv/tests/data hendrikmaus/helm-templexer render config_example.toml 

See https://github.com/hendrikmaus/helm-templexer.

Tag summary

Content type

Image

Digest

sha256:0db104539

Size

39.7 MB

Last updated

almost 4 years ago

docker pull hendrikmaus/helm-templexer