Skip to content

Commit 5d7d156

Browse files
authored
Few Small Cleanups (#2827)
* Fix typo in test suite * Remove unused Kustomize artifact
1 parent c9b7522 commit 5d7d156

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

porch/apiserver/pkg/e2e/suite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ func (t *TestSuite) createInClusterGitServer() GitConfig {
515515
}
516516

517517
if time.Now().After(giveUp) {
518-
t.Fatalf("git-server0-service not ready on time: %s", &endpoint)
518+
t.Fatalf("git-server-service not ready on time: %s", &endpoint)
519519
return GitConfig{}
520520
}
521521
}

porch/hack/Deploy-Kustomization-Template

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)