From 5d7d1566b1af244cc611c75b20ef2453853fe402 Mon Sep 17 00:00:00 2001 From: Martin Maly Date: Wed, 23 Feb 2022 23:02:40 +0000 Subject: [PATCH] Few Small Cleanups (#2827) * Fix typo in test suite * Remove unused Kustomize artifact --- porch/apiserver/pkg/e2e/suite.go | 2 +- porch/hack/Deploy-Kustomization-Template | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 porch/hack/Deploy-Kustomization-Template diff --git a/porch/apiserver/pkg/e2e/suite.go b/porch/apiserver/pkg/e2e/suite.go index b4e3d8bbbe..1fa2fd14e7 100644 --- a/porch/apiserver/pkg/e2e/suite.go +++ b/porch/apiserver/pkg/e2e/suite.go @@ -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{} } } diff --git a/porch/hack/Deploy-Kustomization-Template b/porch/hack/Deploy-Kustomization-Template deleted file mode 100644 index 6b8a5c2187..0000000000 --- a/porch/hack/Deploy-Kustomization-Template +++ /dev/null @@ -1,11 +0,0 @@ -# Kustomization file template used to create Porch deployment configuration -# The file is instantiated from ../.build/deploy so paths are relative to that location. -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -bases: -- ../../controllers -- ../../config/deploy -images: -- name: gcr.io/example-google-project-id/function-runner:latest -- name: gcr.io/example-google-project-id/porch-controllers:latest -- name: gcr.io/example-google-project-id/porch-server:latest