You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/application_set.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -598,6 +598,7 @@ Required:
598
598
Optional:
599
599
600
600
- `go_template` (Boolean) Enable use of [Go Text Template](https://pkg.go.dev/text/template).
601
+
- `go_template_options` (Set of String) Optional list of [Go Templating Options](https://pkg.go.dev/text/template#Template.Option). Only relevant if `go_template` is true.
601
602
- `ignore_application_differences` (Block List) Application Set [ignoreApplicationDifferences](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#ignore-certain-changes-to-applications). (see [below for nested schema](#nestedblock--spec--ignore_application_differences))
602
603
- `strategy` (Block List, Max: 1) [Progressive Sync](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Progressive-Syncs/) strategy (see [below for nested schema](#nestedblock--spec--strategy))
603
604
- `sync_policy` (Block List, Max: 1) Application Set [sync policy](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/). (see [below for nested schema](#nestedblock--spec--sync_policy))
@@ -1172,6 +1173,7 @@ Optional:
1172
1173
- `path_param_prefix` (String) Prefix for all path-related parameter names.
1173
1174
- `revision` (String) Revision of the source repository to use.
1174
1175
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--git--template))
1176
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
### Nested Schema for `spec.generator.git.directory`
@@ -2263,6 +2265,7 @@ Optional:
2263
2265
- `path_param_prefix` (String) Prefix for all path-related parameter names.
2264
2266
- `revision` (String) Revision of the source repository to use.
2265
2267
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--matrix--generator--git--template))
2268
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
### Nested Schema for `spec.generator.matrix.generator.git.directory`
@@ -3352,6 +3355,7 @@ Optional:
3352
3355
- `path_param_prefix` (String) Prefix for all path-related parameter names.
3353
3356
- `revision` (String) Revision of the source repository to use.
3354
3357
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--matrix--generator--matrix--generator--git--template))
3358
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
### Nested Schema for `spec.generator.matrix.generator.matrix.generator.git.directory`
@@ -5484,6 +5488,7 @@ Optional:
5484
5488
- `path_param_prefix` (String) Prefix for all path-related parameter names.
5485
5489
- `revision` (String) Revision of the source repository to use.
5486
5490
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--matrix--generator--merge--generator--git--template))
5491
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
### Nested Schema for `spec.generator.matrix.generator.merge.generator.git.directory`
@@ -8660,6 +8665,7 @@ Optional:
8660
8665
- `path_param_prefix` (String) Prefix for all path-related parameter names.
8661
8666
- `revision` (String) Revision of the source repository to use.
8662
8667
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--merge--generator--git--template))
8668
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
### Nested Schema for `spec.generator.merge.generator.git.directory`
@@ -9749,6 +9755,7 @@ Optional:
9749
9755
- `path_param_prefix` (String) Prefix for all path-related parameter names.
9750
9756
- `revision` (String) Revision of the source repository to use.
9751
9757
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--merge--generator--matrix--generator--git--template))
9758
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
### Nested Schema for `spec.generator.merge.generator.matrix.generator.git.directory`
@@ -11881,6 +11888,7 @@ Optional:
11881
11888
- `path_param_prefix` (String) Prefix for all path-related parameter names.
11882
11889
- `revision` (String) Revision of the source repository to use.
11883
11890
- `template` (Block List, Max: 1) Generator template. Used to override the values of the spec-level template. (see [below for nested schema](#nestedblock--spec--generator--merge--generator--merge--generator--git--template))
11891
+
- `values` (Map of String) Arbitrary string key-value pairs to pass to the template via the values field of the git generator.
0 commit comments