Skip to content

Commit

Permalink
Merge pull request #49234 from Arhell/pt-path
Browse files Browse the repository at this point in the history
[pt] Use a path different from the key in the ConfigMap
  • Loading branch information
k8s-ci-robot authored Jan 1, 2025
2 parents 1726d23 + 51d26c6 commit 5a53fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/pt-br/docs/concepts/storage/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ spec:
name: log-config
items:
- key: log_level
path: log_level
path: log_level.conf
```

O ConfigMap `log-config` é montado como um volume e todos os conteúdos armazenados em sua entrada `log_level` são montados no Pod através do caminho `/etc/config/log_level`. Observe que esse caminho é derivado do volume `mountPath`e do `path` configurado com `log_level`.
O ConfigMap `log-config` é montado como um volume e todos os conteúdos armazenados em sua entrada `log_level` são montados no Pod através do caminho `/etc/config/log_level.conf`. Observe que esse caminho é derivado do volume `mountPath`e do `path` configurado com `log_level`.

{{< note >}}

Expand Down

0 comments on commit 5a53fcc

Please sign in to comment.