xray-docs/helm/charts/helm-library/templates/helpers/_converter.tpl

12 lines
246 B
Smarty
Raw Normal View History

2025-01-18 10:59:15 +00:00
{{- define "lib.helpers.convertToJson" -}}
{{ toString (toJson . ) }}
{{- end -}}
{{- define "lib.helpers.convertToToml" -}}
{{ toString (toToml .) }}
{{- end -}}
{{- define "lib.helpers.convertToYaml" -}}
{{ toString (toYaml .) }}
{{- end -}}