improve uninstall documentation, remove None output in uninstall command
This commit is contained in:
parent
903f11cf47
commit
95eb8db5a3
3 changed files with 13 additions and 8 deletions
|
|
@ -37,8 +37,11 @@ class App(db.Model):
|
|||
"""
|
||||
Delete the app kustomization.
|
||||
|
||||
This triggers a deletion of the app's PVCs (so deletes all data), as
|
||||
well as any other Kustomizations and HelmReleases related to the app
|
||||
In our case, this triggers a deletion of the app's PVCs (so deletes all
|
||||
data), as well as any other Kustomizations and HelmReleases related to
|
||||
the app. It also triggers a deletion of the OAuth2Client object, but
|
||||
does not delete the secrets generated by the `install` command. It also
|
||||
does not remove the TLS secret generated by cert-manager.
|
||||
"""
|
||||
self.__delete_kustomization()
|
||||
|
||||
|
|
|
|||
Reference in a new issue