updated make commands

This commit is contained in:
Sebastian Wendel 2022-07-27 17:25:36 +02:00
parent e183fd7e49
commit 8a1fc3029a
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -52,15 +52,13 @@ conftest: ## Test the Kubernetes manifest against the policies.
##@ Build
manifest: ## Build Kubernetes manifest using Helm.
manifest: ## Build Kubernetes manifest using Kustomize and Helm.
kubectl kustomize overlays/dev --enable-helm
##@ Deployment
deploy: ## Deploy local Kubernetes development cluster.
deploy: ## Apply the manifest to the local Kubernetes development cluster.
kubectl kustomize overlays/dev/ --enable-helm | kubectl apply --server-side=true -f -
clean: down up deploy ## Deploy a clean local Kubernetes development cluster.
clean: down up ## Clean the local Kubernetes development cluster.
##@ Show