Skip to content

Commit

Permalink
Merge pull request #229 from badtuxx/add-helm
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
badtuxx committed Feb 13, 2024
2 parents 1af7174 + d85db0f commit 18845b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pt/day-16/README.md
Expand Up @@ -1281,14 +1281,12 @@ Para ilustrar a criação e o uso de helpers, vamos começar com um exemplo prá


```yaml
{% raw %}
{{/*
Define um helper para o nome do aplicativo.
*/}}
{{- define "meuapp.name" -}}
{{- default .Chart.Name .Values.appName | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{% endraw %}
```


Expand Down

0 comments on commit 18845b9

Please sign in to comment.