Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badtuxx committed Feb 13, 2024
1 parent 99df19d commit a83d228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pt/day-16/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,11 +749,13 @@ a Estrutura básica do `if` é a seguinte:

Onde:

```yaml
- `{{- if eq .Values.giropopsSenhas.service.type "NodePort" }}`: Verifica se o valor que está definido para a chave `type` é igual a `NodePort`
- `nodePort: {{ .Values.giropopsSenhas.service.nodePort }}`: Se a condição for verdadeira, ele irá renderizar o valor que está definido para a chave `nodePort`
- `targetPort: {{ .Values.giropopsSenhas.service.targetPort }}`: Se a condição for verdadeira, ele irá renderizar o valor que está definido para a chave `targetPort`
- `{{- else }}`: Se a condição for falsa, ele irá renderizar o valor que está definido para a chave `targetPort`
- `{{- end }}`: Finaliza a estrutura de controle
```
Simples como voar! Bora lá utilizar essas duas fun´ções para deixar o nosso Chart ainda mais legal.
Expand Down

0 comments on commit a83d228

Please sign in to comment.