Skip to content

Commit dcb5e8b

Browse files
author
Mengqi Yu
committed
📖 fix root help text
1 parent 285b0bc commit dcb5e8b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cmd/main.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,10 @@ After the scaffold is written, api will run make on the project.
166166
kubebuilder create api --group ship --version v1beta1 --kind Frigate
167167
168168
# Edit the API Scheme
169-
nano pkg/apis/ship/v1beta1/frigate_types.go
169+
nano api/v1beta1/frigate_types.go
170170
171171
# Edit the Controller
172-
nano pkg/controller/frigate/frigate_controller.go
173-
174-
# Edit the Controller Test
175-
nano pkg/controller/frigate/frigate_controller_test.go
172+
nano controllers/frigate_controller.go
176173
177174
# Install CRDs into the Kubernetes cluster using kubectl apply
178175
make install

0 commit comments

Comments
 (0)