Skip to content

Commit d3cc7d1

Browse files
authored
Merge pull request #4695 from fferrann/patch-1
📖 Fix path for samples in the Getting Started tutorial
2 parents d1fa042 + 345ef4d commit d3cc7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To generate all required files:
129129

130130
1. Run `make generate` to create the DeepCopy implementations in `api/v1alpha1/zz_generated.deepcopy.go`.
131131

132-
2. Then, run `make manifests` to generate the CRD manifests under `config/crd/bases` and a sample for it under `config/crd/samples`.
132+
2. Then, run `make manifests` to generate the CRD manifests under `config/crd/bases` and a sample for it under `config/samples`.
133133

134134
Both commands use [controller-gen][controller-gen] with different flags for code and manifest generation, respectively.
135135

0 commit comments

Comments
 (0)