Commit 4a49abb8 authored by Daniel M Barlow's avatar Daniel M Barlow Committed by Matthew Fisher
Browse files

Small typo fix (#4887)


Signed-off-by: default avatarDaniel M Barlow <danielmbarlow@gmail.com>
Showing with 1 addition and 1 deletion
+1 -1
...@@ -269,7 +269,7 @@ It will produce an error because `Release.Name` is not inside of the restricted ...@@ -269,7 +269,7 @@ It will produce an error because `Release.Name` is not inside of the restricted
release: {{ .Release.Name }} release: {{ .Release.Name }}
``` ```
After looking a `range`, we will take a look at template variables, which offer one solution to the scoping issue above. After looking at `range`, we will take a look at template variables, which offers one solution to the scoping issue above.
## Looping with the `range` action ## Looping with the `range` action
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment