From 8653182a075aa4823bf4834005f4294f63fcb253 Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 12 Sep 2023 00:20:27 +0300 Subject: [PATCH] [pt] Update configure-pod-configmap.md --- .../tasks/configure-pod-container/configure-pod-configmap.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/pt-br/docs/tasks/configure-pod-container/configure-pod-configmap.md b/content/pt-br/docs/tasks/configure-pod-container/configure-pod-configmap.md index b2e7844a72345..2af18ad14de2d 100644 --- a/content/pt-br/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/content/pt-br/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -582,6 +582,9 @@ kubectl create -f https://kubernetes.io/examples/pods/pod-configmap-env-var-valu ``` produz a seguinte saída no contêiner `test-container`: +```shell +kubectl logs dapi-test-pod +``` ``` very charm