fix: code block typo in deployment.md

pull/49600/head
dkarczmarski 2025-01-30 15:40:11 +01:00
parent 8831eb6b7b
commit 3479c002a1
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ Get more details on your updated Deployment:
* After the rollout succeeds, you can view the Deployment by running `kubectl get deployments`.
The output is similar to this:
```ini
```
NAME READY UP-TO-DATE AVAILABLE AGE
nginx-deployment 3/3 3 3 36s
```