helm: translating commands arguments pt_BR

beep
Carlos Vieira 2020-10-26 14:20:12 -03:00 committed by Starbeamrainbowlabs
parent 9690f36ed4
commit 649f7c7559
1 changed files with 5 additions and 5 deletions

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: