fix(argo-workflows): fix yamllint error 'trailing spaces' (#3233)

This commit is contained in:
Yves Schumann 2025-04-03 05:30:35 +02:00 committed by GitHub
parent 9365ba1dd2
commit 49ec752d09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 15 additions and 14 deletions

View file

@ -1,8 +1,8 @@
{{ range .Values.extraObjects }}
{{- range .Values.extraObjects }}
---
{{ if typeIs "string" . }}
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}
{{- end }}