Skip to content

Commit d44fd66

Browse files
authored
Merge pull request #53360 from asimuleo/patch-1
Fix formatting of kubectl logs command
2 parents a75a335 + 7ce4eb8 commit d44fd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ This should confirm that the two key-value pairs from the ConfigMap have been se
253253
kubectl apply -f env-configmap.yaml
254254
```
255255
```shell
256-
kubectl logs pod/ env-configmap
256+
kubectl logs pod/env-configmap
257257
```
258258
The output is similar to this:
259259
```console

0 commit comments

Comments
 (0)