Skip to content

Commit c3098c0

Browse files
authored
Merge pull request #27130 from Arhell/indent
fix indentation
2 parents e924620 + 04cc5ed commit c3098c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/concepts/workloads/pods/ephemeral-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ efímero a añadir como una lista de `EphemeralContainers`:
100100
"apiVersion": "v1",
101101
"kind": "EphemeralContainers",
102102
"metadata": {
103-
"name": "example-pod"
103+
"name": "example-pod"
104104
},
105105
"ephemeralContainers": [{
106106
"command": [

0 commit comments

Comments
 (0)