From 649f7c7559f246e82520b02cd264d0430e52c5a5 Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Mon, 26 Oct 2020 14:20:12 -0300 Subject: [PATCH] helm: translating commands arguments pt_BR --- pages.pt_BR/common/helm.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages.pt_BR/common/helm.md b/pages.pt_BR/common/helm.md index 826dd5f378..d614e98831 100644 --- a/pages.pt_BR/common/helm.md +++ b/pages.pt_BR/common/helm.md @@ -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: