Skip to content

Commit

Permalink
fix: actions runner only on standard cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Oct 29, 2024
1 parent a1f43db commit 5eed5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application_set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ resource "argocd_application_set" "actions_runner_controller" {
selector {
match_labels = {
"argocd.argoproj.io/secret-type" = "cluster"
"cluster-type" = "gcp"
}
}
}
Expand Down

0 comments on commit 5eed5c2

Please sign in to comment.