Skip to content

Commit fddc252

Browse files
authored
add "-o yaml" to "kubectl get deployment..." (#160)
Closes #159 Signed-off-by: Daniel Chambre <[email protected]>
1 parent 5dde0c1 commit fddc252

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)