UNCLASSIFIED - NO CUI

Skip to content

Update Gluon readme generation to escape pipes

Micah Nagel requested to merge readme-update into master

For testing run:

curl -O https://repo1.dso.mil/platform-one/big-bang/apps/library-charts/gluon/-/raw/readme-update/docs/README.md.gotmpl
curl -O https://repo1.dso.mil/platform-one/big-bang/apps/library-charts/gluon/-/raw/readme-update/docs/.helmdocsignore
curl -O https://repo1.dso.mil/platform-one/big-bang/apps/library-charts/gluon/-/raw/readme-update/docs/_templates.gotmpl
docker run --rm -v "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:v1.10.0 -s file -t /helm-docs/README.md.gotmpl -t /helm-docs/_templates.gotmpl --dry-run > README.md
rm .helmdocsignore README.md.gotmpl _templates.gotmpl

Can also validate the alias/hook by altering the branch to readme-update in the URLs.

Merge request reports