diff --git a/README.md b/README.md index b1f1b1e..9e7067c 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ _Note: the `";"` after `kubectl delete -k k8s/` is on purpose for robustness, to resources are deployed yet._ This deploys all the services in the correct order. The services are deployed in the `edc-v` namespace. Please verify -that everything got deployed correctly by running `kubectl get deployments -n edcv`. This should output something like: +that everything got deployed correctly by running `kubectl get deployments -n edc-v`. This should output something like: ```text NAME READY UP-TO-DATE AVAILABLE AGE @@ -276,7 +276,7 @@ vault 1/1 1 1 110m **Caution: these are security-relevant credentials and must not be used in production! EVER!!** -In addition, you should see the following Kubernetes jobs (`k get jobs -n edcv`) running: +In addition, you should see the following Kubernetes jobs (`kubectl get jobs -n edc-v`) running: ```text NAME STATUS COMPLETIONS DURATION AGE @@ -626,4 +626,4 @@ Please be aware that as with all generated code, the generated client stubs shou adjustments and tweaks are almost certainly necessary to make it work in your application. The JAD project does not provide any official support for client libraries, nor are we responsible for any issues that -may arise from using them, nor do we officially endorse any particular client library or generator thereof. \ No newline at end of file +may arise from using them, nor do we officially endorse any particular client library or generator thereof.