We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd315a commit d7bdd4dCopy full SHA for d7bdd4d
argocd/schema_label_selector.go
@@ -18,7 +18,6 @@ func matchExpressionsSchema() *schema.Schema {
18
Type: schema.TypeList,
19
Description: "A list of label selector requirements. The requirements are ANDed.",
20
Optional: true,
21
- ForceNew: true,
22
Elem: &schema.Resource{
23
Schema: map[string]*schema.Schema{
24
"key": {
0 commit comments