Skip to content

Commit f6563be

Browse files
committed
Use full kubectl command instead of alias
1 parent fee0f9d commit f6563be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/deployment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ShinyProxy operator on minikube.
5656
4. Apply all resources
5757

5858
```bash
59-
kustomize build . | k apply -f -
59+
kustomize build . | kubectl apply -f -
6060
```
6161

6262
**Note:** this command may not finish successfully from the first attempt,
@@ -115,7 +115,7 @@ ShinyProxy operator on minikube.
115115
kubectl delete -n default ingress/nginx-to-skipper-ingress # may fail
116116
kubectl delete -n skipper ingress/nginx-to-skipper-ingress # may fail
117117
cd directory_of_example
118-
kustomize build . | k apply -f -
118+
kustomize build . | kubectl apply -f -
119119
```
120120
121121
## Overview of examples

0 commit comments

Comments
 (0)