improve uninstall documentation, remove None output in uninstall command

This commit is contained in:
Maarten de Waard 2022-09-29 12:54:37 +02:00
parent 903f11cf47
commit 95eb8db5a3
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
3 changed files with 13 additions and 8 deletions

View file

@ -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()