Skip to content

Commit

Permalink
Migration e2e installation to helm
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Feb 16, 2020
1 parent 36a8134 commit 4672403
Show file tree
Hide file tree
Showing 46 changed files with 321 additions and 725 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ e2e-test: check-go-version ## Run e2e tests (expects access to a working Kuberne
@build/run-e2e-suite.sh

.PHONY: e2e-test-image
e2e-test-image: e2e-test-binary ## Build image for e2e tests.
e2e-test-image: ## Build image for e2e tests.
@make -C test/e2e-image

.PHONY: e2e-test-binary
Expand Down
2 changes: 1 addition & 1 deletion build/dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -o pipefail

DIR=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)

export TAG=dev
export TAG=0.0.0-dev
export ARCH=amd64
export REGISTRY=${REGISTRY:-ingress-controller}

Expand Down
11 changes: 0 additions & 11 deletions deploy/aws/l4/kustomization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions deploy/aws/l7/kustomization.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/aws/nlb/kustomization.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/baremetal/kustomization.yaml

This file was deleted.

91 changes: 0 additions & 91 deletions deploy/cloud-generic/deployment.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions deploy/cloud-generic/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/cloud-generic/role-binding.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions deploy/cloud-generic/role.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions deploy/cloud-generic/service-account.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions deploy/cloud-generic/service.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/cluster-wide/cluster-role-binding.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions deploy/cluster-wide/cluster-role.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions deploy/cluster-wide/kustomization.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions deploy/kind/deployment.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deploy/kind/kustomization.yaml

This file was deleted.

Loading

0 comments on commit 4672403

Please sign in to comment.