Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Use operator-sdk for multi-casskop as controller-gen crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon committed Sep 27, 2021
1 parent 5ed9d4a commit 6d27440
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion multi-casskop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ docker-generate-files:
cd ../ && make docker-generate-k8s
cp -v ../deploy/crds/* helm/*/crds/
$(MAKE) docker-generate-k8s
$(MAKE) docker-generate-crds
echo "Generate CRDs"
@rm -f deploy/crds/*.yaml
$(DOCKER_BUILD) 'cd $(BUILD_FOLDER) && $(GENERATE_K8S)'
$(MAKE) update-crds
#$(MAKE) docker-generate-crds

# Build the Operator and its Docker Image
docker-build: docker-generate-k8s docker-build-operator
Expand Down

0 comments on commit 6d27440

Please sign in to comment.