Skip to content

Commit

Permalink
Merge pull request #225 from badtuxx/add-helm
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
badtuxx authored Feb 13, 2024
2 parents f68a46c + 5af084a commit 4427ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/day-16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Precisamos entender como ler o arquivo acima, e é bem simples, o arquivo acima

E nesse caso, caso eu queira usar o valor que está definido para `image`, eu posso utilizar a variável `{{ .Values.giropops-senhas.image }}` no meu manifesto do Kubernetes, onde:

- {{ .Values }}: É a variável que o Helm utiliza para acessar as variáveis que estão definidas no arquivo `values.yaml`, e o resto é a chave que estamos acessando.
- {{ Values }}: É a variável que o Helm utiliza para acessar as variáveis que estão definidas no arquivo `values.yaml`, e o resto é a chave que estamos acessando.

Entendeu? Eu sei que é meu confuso no começo, mas treinando irá ficar mais fácil.

Expand Down

0 comments on commit 4427ae8

Please sign in to comment.