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 fb833a5 commit d85db0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pt/day-16/README.md
Original file line number Diff line number Diff line change
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 d85db0f

Please sign in to comment.