Skip to content

Commit

Permalink
tiniest nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Oct 1, 2024
1 parent 83c11b5 commit f2c8e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ access to the values under the provider chart's `.global` key so any values refe
under `.global`.

Note that variable scoping is important here - the templating function does not have access to the root `$.Values` object,
so any variables under `.global` must be referenced as `.global.some.var` (not `$.Values.global.some.var`).
so any variables under `.global` must be referenced as `$.global.some.var` (not `$.Values.global.some.var`).

## Workload cluster configuration

Expand Down

0 comments on commit f2c8e07

Please sign in to comment.