File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -238,12 +238,12 @@ kubebuilder create api --group toolhive --version v1alpha1 --kind MCPServer
238
238
239
239
Update CRD manifests after changing API types :
240
240
` ` ` bash
241
- make manifests
241
+ task operator- manifests
242
242
` ` `
243
243
244
244
Run the controller locally :
245
245
` ` ` bash
246
- make run
246
+ task operator- run
247
247
` ` `
248
248
249
249
# ### Project Structure
Original file line number Diff line number Diff line change @@ -151,6 +151,11 @@ tasks:
151
151
- chainsaw test --test-dir test/e2e/chainsaw/operator/single-tenancy/test-scenarios
152
152
- chainsaw test --test-dir test/e2e/chainsaw/operator/single-tenancy/cleanup
153
153
154
+ operator-run :
155
+ desc : Run the operator controller locally
156
+ cmds :
157
+ - go run ./cmd/thv-operator
158
+
154
159
crdref-install :
155
160
desc : Install elastic/crd-ref-docs
156
161
cmds :
You can’t perform that action at this time.
0 commit comments