From b8daa77dfa94af5a66a111110ee1dc8d7c1d0379 Mon Sep 17 00:00:00 2001 From: Ben Watkins Date: Wed, 9 Jun 2021 17:56:13 -0500 Subject: [PATCH] Hyperlink Sprig reference --- docs/operations/cluster_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/cluster_template.md b/docs/operations/cluster_template.md index 1f10b6dfc1..ff12ed099e 100644 --- a/docs/operations/cluster_template.md +++ b/docs/operations/cluster_template.md @@ -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 }}' }}