helm-charts/charts/library/common/templates/lib/daemonset/_valuesToObject.tpl
2023-09-13 11:24:23 +02:00

11 lines
300 B
Smarty

{{/*
Convert DaemonSet values to an object
*/}}
{{- define "bjw-s.common.lib.daemonset.valuesToObject" -}}
{{- $rootContext := .rootContext -}}
{{- $identifier := .id -}}
{{- $objectValues := .values -}}
{{- /* Return the DaemonSet object */ -}}
{{- $objectValues | toYaml -}}
{{- end -}}