diff --git a/.cdsrc.json b/.cdsrc.json index 6d0bda8f..d7bd9b1f 100644 --- a/.cdsrc.json +++ b/.cdsrc.json @@ -4,11 +4,5 @@ "extensibility": true, "toggles": true }, - "build": { - "target": "." - }, - "profiles": [ - "with-mtx-sidecar", - "java" - ] + "profile": "with-mtx-sidecar" } diff --git a/README.md b/README.md index 33e90228..bcb6a329 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ For single tenant deployment, replace the `requires` section in _`.cdsrc.json`_ }, ``` -**In addition** remove `with-mtx-sidecar` from `profiles` in `.cdsrc.json` and delete the `mtx` folder in root. +**In addition** remove `"profile": "with-mtx-sidecar"` from `.cdsrc.json` and delete the `mtx` folder in root. For multi tenant deployment, replace the `requires` section in _`.cdsrc.json`_ with: