We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee0f9d commit f6563beCopy full SHA for f6563be
1 file changed
docs/deployment/README.md
@@ -56,7 +56,7 @@ ShinyProxy operator on minikube.
56
4. Apply all resources
57
58
```bash
59
- kustomize build . | k apply -f -
+ kustomize build . | kubectl apply -f -
60
```
61
62
**Note:** this command may not finish successfully from the first attempt,
@@ -115,7 +115,7 @@ ShinyProxy operator on minikube.
115
kubectl delete -n default ingress/nginx-to-skipper-ingress # may fail
116
kubectl delete -n skipper ingress/nginx-to-skipper-ingress # may fail
117
cd directory_of_example
118
119
120
121
## Overview of examples
0 commit comments