Skip to content

Commit 059ddd4

Browse files
Update README with deployment deletion instructions
Added instructions for deleting a deployment in Kubernetes.
1 parent be0a17e commit 059ddd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,13 @@ The application allows managing gifts with full CRUD (Create, Read, Update, Dele
5252

5353
```bash
5454
kubectl get deployments
55-
Delete an existing deployment:
55+
56+
```bash
57+
Delete an existing deployment:
5658
kubectl delete deployment <deployment-name>
5759
5860
Commit and push to GitHub:
61+
```bash
5962
git add .
6063
git commit -m "Your commit message"
6164
git push origin main

0 commit comments

Comments
 (0)