~tomleb/mkproof-proxy-webhook

5d22abd1e9a006f6ca81af9ed5a7c4f90f9bb747 — Tom Lebreux 2 years ago 9cebbfe master
Use kubectl instead of oc in the example
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