Skip to content

Commit

Permalink
makefile dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mluffman committed Oct 16, 2024
1 parent b6d1329 commit dcbba9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ deploy: manifests kustomize
$(KUSTOMIZE) build config/default | kubectl apply --server-side=true -f -

# UnDeploy controller from the configured Kubernetes cluster in ~/.kube/config
undeploy: kustomize
undeploy: manifests kustomize
$(KUSTOMIZE) build config/default | kubectl delete -f -

# Generate manifests e.g. CRD, RBAC etc.
Expand Down

0 comments on commit dcbba9b

Please sign in to comment.