Skip to content

Commit

Permalink
also update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Pothulapati committed Aug 30, 2024
1 parent 5c4ab16 commit f0841be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~
.PHONY: generate-manifests
generate-manifests: manifests kustomize ## Generate manifests e.g. CRD, RBAC etc.
mkdir -p manifests
$(KUSTOMIZE) build config/default > manifests/dragonfly-operator.yaml
$(KUSTOMIZE) build config/crd > manifests/crd.yaml
$(KUSTOMIZE) build config/default > manifests/operator/dragonfly-operator.yaml
$(KUSTOMIZE) build config/crd > manifests/crds/crd.yaml

.PHONY: uninstall
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
Expand Down

0 comments on commit f0841be

Please sign in to comment.