Skip to content

Commit

Permalink
docs: refferring to parameters when using YAML file for Files GitGene…
Browse files Browse the repository at this point in the history
…rator
  • Loading branch information
cristian98149 committed May 23, 2024
1 parent 45832ce commit 39ad26b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operator-manual/applicationset/Generators-Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ The filename can always be accessed using `{{.path.filename}}`.

**Note**: The default behavior of the Git file generator is very greedy. Please see [Git File Generator Globbing](./Generators-Git-File-Globbing.md) for more information.

**Note**: For YAML file you have to omit the initial dot (.) when referring to parameters. E.g.: {{cluster.address}}

### Pass additional key-value pairs via `values` field

You may pass additional, arbitrary string key-value pairs via the `values` field of the git files generator. Values added via the `values` field are added as `values.(field)`.
Expand Down

0 comments on commit 39ad26b

Please sign in to comment.