Skip to content

Commit 3749c8d

Browse files
committed
Update quick-start.md use "kubectl -k apply"
1 parent 5356022 commit 3749c8d

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)