Skip to content

Commit

Permalink
Remove unneeded production-aio targets
Browse files Browse the repository at this point in the history
  • Loading branch information
r0zbot committed Aug 30, 2023
1 parent 59103b1 commit 7a28946
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 623 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in
undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
$(KUSTOMIZE) build config/default | kubectl delete --ignore-not-found=$(ignore-not-found) -f -

.PHONY: production
production: generate manifests kustomize ## Generate everything including the final manifests for installation in production.
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
mkdir -p production
$(KUSTOMIZE) build config/production > production/airlock-aio.yaml

##@ Build Dependencies

## Location to install dependencies to
Expand Down
9 changes: 0 additions & 9 deletions config/production/image_pull_secret_patch.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/production/kustomization.yaml

This file was deleted.

Loading

0 comments on commit 7a28946

Please sign in to comment.