Skip to content

Commit

Permalink
removes bootstraping of controlled-by-provisioner label in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Sep 11, 2024
1 parent c1d9375 commit cdf2834
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/gardener/shoot/extender/dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ func fixEmptyGardenerShoot(name, namespace string) gardener.Shoot {
ObjectMeta: v1.ObjectMeta{
Name: name,
Namespace: namespace,
Labels: map[string]string{
"kyma-project.io/controlled-by-provisioner": "false",
},
Labels: map[string]string{},
},
Spec: gardener.ShootSpec{},
}
Expand Down

0 comments on commit cdf2834

Please sign in to comment.