Skip to content

Commit 345ef4d

Browse files
authored
Update getting-started.md
Fix incorrect samples location
1 parent 6acdbd2 commit 345ef4d

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)