mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-29 15:30:53 -04:00
9 lines
144 B
YAML
9 lines
144 B
YAML
{{ range .Values.extraObjects }}
|
|
---
|
|
{{ if typeIs "string" . }}
|
|
{{- tpl . $ }}
|
|
{{- else }}
|
|
{{- tpl (toYaml .) $ }}
|
|
{{- end }}
|
|
{{ end }}
|