Skip to content

Commit 542ef3a

Browse files
authored
K8SPS-841 Fixed minikube doc, added missing space in apply bundle command (#232)
1 parent 90c09dc commit 542ef3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This command downloads the necessary virtualized images, then initializes and st
4040
2. Deploy the Operator to your Minikube cluster
4141

4242
```bash
43-
kubectl apply--server-side -f deploy/bundle.yaml
43+
kubectl apply --server-side -f deploy/bundle.yaml
4444
```
4545

4646
??? example "Expected output"

0 commit comments

Comments
 (0)