Skip to content

Commit

Permalink
fix(k8s): remove crd declaration in operator yaml (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radeity authored Aug 28, 2023
1 parent 1c60eee commit fdb4621
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,160 deletions.
2 changes: 1 addition & 1 deletion computer-k8s-operator/crd-generate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gen-jsonschema: ## Generate JsonSchema for java

.PHONY: generate
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
$(CONTROLLER_GEN) object:headerFile="../hack/boilerplate.go.txt" paths="./..."
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."

.PHONY: fmt
fmt: ## Run go fmt against code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namePrefix: hugegraph-computer-operator-
# someName: someValue

resources:
- ../crd
#- ../crd
- ../rbac
- ../etcd
- ../manager
Expand Down
Loading

0 comments on commit fdb4621

Please sign in to comment.