1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 00:05:59 +02:00

helm: translating commands arguments pt_BR

This commit is contained in:
Carlos Vieira 2020-10-26 14:20:12 -03:00 committed by Starbeamrainbowlabs
parent 9690f36ed4
commit 649f7c7559

View file

@ -5,11 +5,11 @@
- Cria um chart do helm:
`helm create {{chart_name}}`
`helm create {{nome_do_chart}}`
- Adiciona um novo repositório helm:
`helm repo add {{repo_name}}`
`helm repo add {{nome_do_repositório}}`
- Lista os repositórios helm:
@ -21,15 +21,15 @@
- Remova um repositório helm:
`helm repo remove {{repo_name}}`
`helm repo remove {{nome_do_repositório}}`
- Instala um chart helm:
`helm install {{repo_name}}/{{chart_name}}`
`helm install {{nome_do_repositório}}/{{nome_do_chart}}`
- Obtém um chart helm chart como um arquivo tar:
`helm get {{chart_release_name}}`
`helm get {{nome_do_release_do_chart}}`
- Atualiza as dependências helm: