Skip to content

Commit

Permalink
Add hint about deleting PVCs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Dec 17, 2024
1 parent 22b221c commit ea45f46
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/run/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,11 @@ helm upgrade --install --create-namespace --namespace chris --values values.yaml
To uninstall the chart:

```shell
helm delete --namespace chris chris-prod
```

Finally, to nuke everything:
helm uninstall --namespace chris chris-prod

```shell
kubectl delete namespace chris
# by default, PersistentVolumeClaims (pvc) created by StatefulSets of the
# bitnami subcharts are not deleted, so delete them manually.
kubectl delete -n chris pvc -l app.kubernetes.io/instance=chris-prod
```

## Special Cases
Expand Down

0 comments on commit ea45f46

Please sign in to comment.