Skip to content

Commit

Permalink
test: minor modification to the e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimo Gengarelli committed Jul 1, 2024
1 parent 26b1783 commit e6e6ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@ resource "kubernetes_deployment" "nginx-disrupt-scale" {
replicas = 1
selector {
match_labels = {
"app" = "nginx"
"app" = "nginx-disrupt-scale"
}
}
template {
metadata {
labels = {
"app" = "nginx"
"app" = "nginx-disrupt-scale"
}
}
spec {
Expand Down

0 comments on commit e6e6ee1

Please sign in to comment.