Skip to content

Commit a8b83ac

Browse files
Update pmp-uninstall.md
1 parent 4a71fb3 commit a8b83ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/private-platform/pmp-uninstall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ If required, you can uninstall the Private Mendix Platform by performing the fol
1111

1212
1. Optional: Verify that Private Mendix Platform is installed by running the following command: `helm status mxplatform -n=<Private Mendix Platform namespace>`.
1313
2. Delete Private Mendix Platform resources by running the following command: `helm uninstall mxplatform -n=<Private Mendix Platform namespace>`.
14-
3. Optional: Verify that Svix is installed by running the following command: `helm status svix-server -n=<namespace>`.
15-
4. Delete Svix resources by running the following command: `helm uninstall svix-server -n=<namespace>`.
14+
3. Optional: Verify that Svix is installed by running the following command: `helm status svix-server -n=<Private Mendix Platform namespace>`.
15+
4. Delete Svix resources by running the following command: `helm uninstall svix-server -n=<Private Mendix Platform namespace>`.
1616
5. Uninstall PCLM by running the following commands:
1717

1818
```text
@@ -22,4 +22,4 @@ kubectl delete secret/mendix-pclm mendix-operator-pclm pclm-admin -n=<ns>
2222
```
2323

2424
6. Uninstall the Mendix Operator, as described in [Private Cloud Cluster: Namespace Management](/developerportal/deploy/private-cloud-cluster/#namespace-management).
25-
7. Optional: Delete the Private Mendix Platform namespace by running the following command: `kubectl delete namespace <Private Mendix Platform namespace>`.
25+
7. If you want to also delete the Private Mendix Platform namespace, run the following command: `kubectl delete namespace <Private Mendix Platform namespace>`.

0 commit comments

Comments
 (0)