Skip to content

Commit

Permalink
Merge pull request #109 from gardener/fix-integration-tests
Browse files Browse the repository at this point in the history
Remove ns of landscaper installation in integration tests
  • Loading branch information
achimweigel authored Dec 8, 2021
2 parents bbb7c1b + 5c640d6 commit 220ffc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func runQuickstartUninstall(config *inttestutil.Config) error {
config.Kubeconfig,
"--namespace",
config.LandscaperNamespace,
"--delete-namespace",
}
uninstallCmd := quickstart.NewUninstallCommand(context.TODO())
uninstallCmd.SetArgs(uninstallArgs)
Expand Down

0 comments on commit 220ffc0

Please sign in to comment.