Skip to content

Commit

Permalink
Makefile change to fix template build. Removed bogus CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Oct 16, 2024
1 parent 4d3a940 commit cc8cdc6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 723 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ build-template: manifests kustomize controller-gen
$(KUSTOMIZE) build config/deployment-template | ./manifest2template.py > deploy.yml

manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./api/..." output:crd:artifacts:config=config/crd/bases

generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
Expand Down
54 changes: 0 additions & 54 deletions config/crd/bases/webapp.test.k8s.elastic.co_embeddeds.yaml

This file was deleted.

223 changes: 0 additions & 223 deletions config/crd/bases/webapp.test.k8s.elastic.co_guestbooks.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions config/crd/bases/webapp.test.k8s.elastic.co_underlyings.yaml

This file was deleted.

Loading

0 comments on commit cc8cdc6

Please sign in to comment.