From c352d451c06f428cbcdd0b16b59eeeb78918ca3c Mon Sep 17 00:00:00 2001 From: verysonglaa Date: Mon, 2 Sep 2024 13:03:06 +0200 Subject: [PATCH] fix: change podname to deployment/pod to always work --- content/en/docs/attaching-a-database/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/attaching-a-database/_index.md b/content/en/docs/attaching-a-database/_index.md index d5c773b0..47b74280 100644 --- a/content/en/docs/attaching-a-database/_index.md +++ b/content/en/docs/attaching-a-database/_index.md @@ -489,7 +489,7 @@ As mentioned in {{}}, remember to append the command wit {{% onlyWhenNot openshift %}} ```bash -kubectl exec -it mariadb-f845ccdb7-hf2x5 --namespace -- /bin/bash +kubectl exec -it deployments/mariadb --namespace -- /bin/bash ``` {{% /onlyWhenNot %}}