From fddc252241a65b7bc6ce73ba1a181ad6aee3b7c3 Mon Sep 17 00:00:00 2001 From: smiyc <36233521+smiyc@users.noreply.github.com> Date: Wed, 26 Feb 2025 09:40:34 +0100 Subject: [PATCH] add "-o yaml" to "kubectl get deployment..." (#160) Closes #159 Signed-off-by: Daniel Chambre --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 150dc6a..61d9c3d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Here’s 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 ```