Skip to content

Commit e69d5cf

Browse files
committed
add "-o yaml" to "kubectl get deployment..."
Signed-off-by: Daniel Chambre <[email protected]>
1 parent 51e4dc0 commit e69d5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Here’s an enhanced version of your instructions for verifying the prerequisite
7474
If CloudNativePG is installed in the default `cnpg-system` namespace, verify its version using the following command:
7575

7676
```sh
77-
kubectl get deployment -n cnpg-system cnpg-controller-manager \
77+
kubectl get deployment -n cnpg-system cnpg-controller-manager -o yaml \
7878
| grep ghcr.io/cloudnative-pg/cloudnative-pg
7979
```
8080

0 commit comments

Comments
 (0)