1 files changed, 1 insertions(+), 1 deletions(-)
M README.md
M README.md => README.md +1 -1
@@ 30,7 30,7 @@ script requires having [cfssl] installed.
You can then deploy the webhook with the following command:
```sh
-kustomize build config/default | oc apply -f -
+kustomize build config/default | kubectl apply -f -
```
# License