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
1 change: 1 addition & 0 deletions docs/config-and-data/statefulset.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ If you're moving on to Part 3 and want a clean default namespace, remove the con
```bash
kubectl delete -f manifests/config-and-data/web-with-config.yaml --ignore-not-found
kubectl delete -f manifests/config-and-data/postgres-statefulset.yaml --ignore-not-found
kubectl delete -f manifests/config-and-data/data-writer.yaml --ignore-not-found
kubectl delete -f manifests/config-and-data/data-pvc.yaml --ignore-not-found
kubectl delete -f manifests/config-and-data/app-config.yaml --ignore-not-found
kubectl delete -f manifests/config-and-data/app-secret.yaml --ignore-not-found
Expand Down
Loading
Loading