Skip to content

Latest commit

 

History

History
92 lines (78 loc) · 3.77 KB

helmTemplate.md

File metadata and controls

92 lines (78 loc) · 3.77 KB

Helm Template Steps Template

Steps Template Usage

  • The 'helm template' command is used to render Helm charts into Kubernetes Manifests which are published as an artifact
  • When using helmTemplate steps in a build job you can publish an artifact of the rendered manifests to later download by a deployment job

Insert Steps Template into Stages Template

The following example shows how to insert the helmTemplate steps template into the stages template with the minimum required params.