Skip to content

Commit a5b246f

Browse files
authored
Merge pull request #3500 from csantanapr/patch-1
📖 Docs update quick-start.md use "kubectl -k apply"
2 parents d60aae7 + 3749c8d commit a5b246f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ If you pressed `y` for Create Resource [y/n] then you created a CR for your CRD
180180
API definition):
181181

182182
```bash
183-
kubectl apply -f config/samples/
183+
kubectl apply -k config/samples/
184184
```
185185

186186
## Run It On the Cluster

0 commit comments

Comments
 (0)