Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ If you wish to remove ESS Community from your cluster, you can simply run the fo

```
helm uninstall ess -n ess
kubectl delete secrets/ess-generated -n ess # If initSecrets is enabled, you may need to delete this
kubectl delete configmap/ess-deployment-markers -n ess # If deploymentMarkers is enabled, you may need to delete this
kubectl delete namespace ess
```

Expand Down
1 change: 1 addition & 0 deletions newsfragments/567.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document the need for removal of generated secrets & deployment marker configmap when uninstalling.
Loading