Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
may arise from using them, nor do we officially endorse any particular client library or generator thereof.
Loading