add "-o yaml" to "kubectl get deployment..." (#160)

Closes #159

Signed-off-by: Daniel Chambre <smiyc@pm.me>
This commit is contained in:
smiyc 2025-02-26 09:40:34 +01:00 committed by GitHub
parent 5dde0c18cd
commit fddc252241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ Heres an enhanced version of your instructions for verifying the prerequisite
If CloudNativePG is installed in the default `cnpg-system` namespace, verify its version using the following command:
```sh
kubectl get deployment -n cnpg-system cnpg-controller-manager \
kubectl get deployment -n cnpg-system cnpg-controller-manager -o yaml \
| grep ghcr.io/cloudnative-pg/cloudnative-pg
```