Remove link. Align usage example with unit test

Signed-off-by: Iaroslav Sheptykin <i.sheptykin@neusta.de>
pull/9679/head
Iaroslav Sheptykin 3 years ago committed by Iaroslav Sheptykin
parent 892130a08b
commit ac099d6c3f

@ -49,7 +49,7 @@ the template:
- .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}}' outputs 'v3.2.1'. See [unit tests](https://github.com/helm/helm/blob/main/cmd/helm/version_test.go) for further examples.
For example, --template='Version: {{.Version}}' outputs 'Version: v3.2.1'.
`
type versionOptions struct {

Loading…
Cancel
Save