Skip to content

Commit

Permalink
Few Small Cleanups (#2827)
Browse files Browse the repository at this point in the history
* Fix typo in test suite
* Remove unused Kustomize artifact
  • Loading branch information
martinmaly committed Feb 23, 2022
1 parent c9b7522 commit 5d7d156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion porch/apiserver/pkg/e2e/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ func (t *TestSuite) createInClusterGitServer() GitConfig {
}

if time.Now().After(giveUp) {
t.Fatalf("git-server0-service not ready on time: %s", &endpoint)
t.Fatalf("git-server-service not ready on time: %s", &endpoint)
return GitConfig{}
}
}
Expand Down
11 changes: 0 additions & 11 deletions porch/hack/Deploy-Kustomization-Template

This file was deleted.

0 comments on commit 5d7d156

Please sign in to comment.