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
@@ -106,13 +122,20 @@ The `spec` block can have the following attributes:
106
122
*`namespace_resource_blacklist` - (Optional) Namespaced-scoped resources allowed to be managed by the project applications, can be repeated multiple times.
107
123
*`role` - (Optional) can be repeated multiple times.
108
124
*`sync_window` - (Optional) can be repeated multiple times.
125
+
*`signature_keys` - (Optional) list of PGP key IDs strings that commits to be synced to must be signed with.
109
126
110
127
Each `cluster_resource_whitelist` block can have the following attributes:
111
128
*`group` - (Optional) The Kubernetes resource Group to match for.
112
129
*`kind` - (Optional) The Kubernetes resource Kind to match for.
113
130
114
-
The `orphaned_resources` map can have the following attributes:
115
-
*`warn` - Boolean, defaults to `false`.
131
+
The `orphaned_resources` block can have the following attributes:
132
+
*`warn` - (Optional) Boolean, defaults to `false`.
133
+
*`ignore` - (Optional), set of map of strings, specifies which Group/Kind/Name resource(s) to ignore. Can be repeated multiple times. Structure is documented below.
134
+
135
+
Each `orphaned_resources/ignore` block can have the following attributes:
136
+
*`group` - (Optional) The Kubernetes resource Group to match for.
137
+
*`kind` - (Optional) The Kubernetes resource Kind to match for.
138
+
*`name` - (Optional) The Kubernetes resource name to match for.
116
139
117
140
Each `namespace_resource_blacklist` block can have the following attributes:
118
141
*`group` - (Optional) The Kubernetes resource Group to match for.
@@ -133,6 +156,7 @@ Each `sync_window` block can have the following attributes:
133
156
*`namespaces` - (Optional) List of namespaces that the window will apply to.
134
157
*`schedule` - (Optional) Time the window will begin, specified in cron format.
135
158
159
+
136
160
## Import
137
161
138
162
ArgoCD projects can be imported using an id consisting of `{name}`, e.g.
0 commit comments