Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 660 Bytes

helm-template-validator

Validates Helm Templates (used by helm-template-validator Github Action)

Build Image

<helm-version> mentioned below is defined in HELM_VERSION.txt file. <version> mentioned below is defined in VERSION.txt file.

docker build --build-arg HELM_VERSION=<helm-version> -t nanda/helm-template-validator:<version> .

Usage

<version> mentioned below is defined in VERSION.txt file.

docker run -it nanda/helm-template-validator:<version> # prints help for Helm

docker run -it nanda/helm-template-validator:<version> version

docker run -it nanda/helm-template-validator:<version> template ...