Merge pull request #11730 from OutdatedVersion/patch-1

Hyperlink Sprig reference
This commit is contained in:
Kubernetes Prow Robot 2021-06-13 03:19:01 -07:00 committed by GitHub
commit e7550dcefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ This function returns the recommended image for the given cloud provider and kub
#### Sprig functions
The entire set of https://github.com/Masterminds/sprig functions are available within the templates for you. Note if you want to use the 'defaults' functions switch off the verification check on the command line by `--fail-on-missing=false`;
The entire set of [Sprig functions](https://masterminds.github.io/sprig/) are available within the templates for you. Note if you want to use the 'defaults' functions switch off the verification check on the command line by `--fail-on-missing=false`;
```YAML
image: {{ '{{ default $image $node.image }}' }}