Correct instructions for removing app and namespace

This commit is contained in:
Catherine Luse
2019-07-15 15:32:38 -07:00
committed by Denise Schannon
parent 5387f85097
commit bb7785ec7f
@@ -148,7 +148,11 @@ After an application has been upgraded, you can easily rollback to a different t
### Deleting Catalog Application Deployments
As a safeguard to prevent you from unintentionally deleting other catalog applications that share a namespace, deleting catalog applications themselves does not delete the namespace they're assigned to. Therefore, when you want to delete a deployed catalog application, assuming that it's the only app in its namespace, delete the namespace rather than the catalog app itself. Deleting the namespace deletes both the namespace and the catalog app, whereas deleting the catalog app only deletes the app but not the namespace.
As a safeguard to prevent you from unintentionally deleting other catalog applications that share a namespace, deleting catalog applications themselves does not delete the namespace they're assigned to.
Therefore, if you want to delete both an app and the namespace that contains the app, you should remove the app and the namespace separately:
1. Uninstall the app using the app's `uninstall` function.
1. From the **Global** view, navigate to the project that contains the catalog application that you want to delete.