We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1fa042 + 345ef4d commit d3cc7d1Copy full SHA for d3cc7d1
docs/book/src/getting-started.md
@@ -129,7 +129,7 @@ To generate all required files:
129
130
1. Run `make generate` to create the DeepCopy implementations in `api/v1alpha1/zz_generated.deepcopy.go`.
131
132
-2. Then, run `make manifests` to generate the CRD manifests under `config/crd/bases` and a sample for it under `config/crd/samples`.
+2. Then, run `make manifests` to generate the CRD manifests under `config/crd/bases` and a sample for it under `config/samples`.
133
134
Both commands use [controller-gen][controller-gen] with different flags for code and manifest generation, respectively.
135
0 commit comments