mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
11 lines
300 B
Smarty
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 -}}
|