diff --git a/charts/templates/nodeconfig-vsphere.yaml b/charts/templates/nodeconfig-vsphere.yaml index efc7a4d..db377d9 100644 --- a/charts/templates/nodeconfig-vsphere.yaml +++ b/charts/templates/nodeconfig-vsphere.yaml @@ -20,7 +20,7 @@ cfgparam: {{- end }} cloneFrom: {{ $nodepool.cloneFrom }} cloudConfig: | -{{ $nodepool.cloudConfig | indent 2 }} +{{ toYaml $nodepool.cloudConfig | indent 2 }} cloudinit: {{ $nodepool.cloudinit }} contentLibrary: {{ $nodepool.contentLibrary }} cpuCount: {{ $nodepool.cpuCount | quote }}