You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/es/docs/concepts/storage/volumes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,11 +214,11 @@ spec:
214
214
name: log-config
215
215
items:
216
216
- key: log_level
217
-
path: log_level
217
+
path: log_level.conf
218
218
```
219
219
220
220
El ConfigMap `log-config` es montado como un volumen, y todo el contenido almacenado en su entrada `log_level` es
221
-
montado en el Pod en la ruta `/etc/config/log_level`. Ten en cuenta que esta ruta se deriva del `mountPath`del volumen y el `path` cuya clave es `log_level`.
221
+
montado en el Pod en la ruta `/etc/config/log_level.conf`. Ten en cuenta que esta ruta se deriva del `mountPath`del volumen y el `path` cuya clave es `log_level`.
0 commit comments