Merge pull request #9679 from yariksheptykin/patch-1

Add example of --template usage
pull/9721/head
Matthew Fisher 3 years ago committed by GitHub
commit b1e2476432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,8 @@ the template:
- .GitCommit is the git commit
- .GitTreeState is the state of the git tree when Helm was built
- .GoVersion contains the version of Go that Helm was compiled with
For example, --template='Version: {{.Version}}' outputs 'Version: v3.2.1'.
`
type versionOptions struct {

Loading…
Cancel
Save