From daa7296c5ee40988b30fceb3d5d88ac2dabebad9 Mon Sep 17 00:00:00 2001 From: Roland Urbano Date: Thu, 27 Apr 2023 14:44:35 +0200 Subject: [PATCH] Update nodeconfig-vsphere.yaml fixed missing toYaml in nodeconfig-vsphere --- charts/templates/nodeconfig-vsphere.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}