mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 13:43:10 +01:00
add "-o yaml" to "kubectl get deployment..." (#160)
Closes #159 Signed-off-by: Daniel Chambre <smiyc@pm.me>
This commit is contained in:
parent
5dde0c18cd
commit
fddc252241
@ -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:
|
If CloudNativePG is installed in the default `cnpg-system` namespace, verify its version using the following command:
|
||||||
|
|
||||||
```sh
|
```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
|
| grep ghcr.io/cloudnative-pg/cloudnative-pg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user