Skip to content

Commit 682056f

Browse files
committed
feat(argocd): update application set to include GCP as a valid provider
1 parent b685b67 commit 682056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application_set.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ resource "argocd_application_set" "keda" {
644644
match_expressions {
645645
key = "provider"
646646
operator = "NotIn"
647-
values = ["alicloud"]
647+
values = ["alicloud", "gcp"]
648648
}
649649
}
650650
}

0 commit comments

Comments
 (0)