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
Description: "Application Set [ignoreApplicationDifferences](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Controlling-Resource-Modification/#ignore-certain-changes-to-applications).",
21
+
Optional: true,
22
+
Elem: &schema.Resource{
23
+
Schema: map[string]*schema.Schema{
24
+
"json_pointers": {
25
+
Type: schema.TypeSet,
26
+
Description: "Json pointers to ignore differences",
Copy file name to clipboardExpand all lines: docs/resources/application_set.md
+11
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
+
- `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))
601
602
- `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))
602
603
- `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))
0 commit comments