Render Helm charts for multiple environments using explicit configuration.
848
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
Content type
Image
Digest
sha256:0db104539…
Size
39.7 MB
Last updated
almost 4 years ago
docker pull hendrikmaus/helm-templexer