Skip to content

Commit

Permalink
fix make dep
Browse files Browse the repository at this point in the history
Signed-off-by: Nash Luffman <[email protected]>
  • Loading branch information
Nashluffy committed Oct 15, 2024
1 parent 85bbefd commit b6d1329
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:
undeploy: kustomize
$(KUSTOMIZE) build config/default | kubectl delete -f -

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

0 comments on commit b6d1329

Please sign in to comment.