Skip to content

Commit

Permalink
Merge pull request #616 from acend/fixChapter7PodName
Browse files Browse the repository at this point in the history
fix: change podname to deployment/pod to always work
  • Loading branch information
verysonglaa authored Sep 2, 2024
2 parents a1bbc28 + c352d45 commit 69ca85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/attaching-a-database/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ As mentioned in {{<link "troubleshooting">}}, remember to append the command wit
{{% onlyWhenNot openshift %}}

```bash
kubectl exec -it mariadb-f845ccdb7-hf2x5 --namespace <namespace> -- /bin/bash
kubectl exec -it deployments/mariadb --namespace <namespace> -- /bin/bash
```

{{% /onlyWhenNot %}}
Expand Down

0 comments on commit 69ca85e

Please sign in to comment.