Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Removed unused schemagen code, fixing bugs with init-mini.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed May 4, 2021
1 parent 663242a commit 51d289f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 205 deletions.
3 changes: 1 addition & 2 deletions Makefile.local
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ init-mini: local-dependencies-maybe
make setup-registry
make deploy-redis
make deploy-postgres
make deploy-web-ui
make deploy-mini-application

MINIKUBE_NAMESPACE=default
Expand Down Expand Up @@ -208,7 +207,7 @@ deploy-mini-application: $(VALUES) $(LOCAL_REST_API_DEPLOY) build-rest-api-mini
$(HELM) template $(REST_API_IMAGE_NAME) $(PWD) \
--dry-run \
--values=$(VALUES) | $(SPLIT_YAML) --outdir $(LOCAL_REST_API_DEPLOY) -
$(KUBECTL) delete svc/$(REST_API_IMAGE_NAME) --namespace $(MINIKUBE_NAMESPACE)
$(KUBECTL) delete svc/$(REST_API_IMAGE_NAME) --namespace $(MINIKUBE_NAMESPACE) || true
$(KUBECTL) apply -f $(LOCAL_REST_API_DEPLOY) --namespace $(MINIKUBE_NAMESPACE)
$(KUBECTL) rollout status deploy/rest-api --namespace $(MINIKUBE_NAMESPACE) --timeout=30s

Expand Down
154 changes: 0 additions & 154 deletions pkg/schemagen/create_table.go

This file was deleted.

49 changes: 0 additions & 49 deletions pkg/schemagen/create_table_test.go

This file was deleted.

0 comments on commit 51d289f

Please sign in to comment.