We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dde0c1 commit fddc252Copy full SHA for fddc252
README.md
@@ -74,7 +74,7 @@ Here’s an enhanced version of your instructions for verifying the prerequisite
74
If CloudNativePG is installed in the default `cnpg-system` namespace, verify its version using the following command:
75
76
```sh
77
-kubectl get deployment -n cnpg-system cnpg-controller-manager \
+kubectl get deployment -n cnpg-system cnpg-controller-manager -o yaml \
78
| grep ghcr.io/cloudnative-pg/cloudnative-pg
79
```
80
0 commit comments