From a38cc7a9ab58ed99f8f769b4d64e4abefbf5a050 Mon Sep 17 00:00:00 2001 From: Man aging with style <27317565+praxiscode@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:36:41 -0600 Subject: [PATCH] Rename 'ca-file' to 'caFile' in configmap.yaml Fix for issue #1628 --- charts/vsphere-cpi/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vsphere-cpi/templates/configmap.yaml b/charts/vsphere-cpi/templates/configmap.yaml index cf59261a14..2ea66dd3aa 100644 --- a/charts/vsphere-cpi/templates/configmap.yaml +++ b/charts/vsphere-cpi/templates/configmap.yaml @@ -22,7 +22,7 @@ data: {{- if $config.thumbprint }} thumbprint: {{ $config.thumbprint }} {{- else if $config.caFile }} - ca-file: {{ $config.caFile }} + caFile: {{ $config.caFile }} {{- else }} # set insecure-flag to true if the vCenter uses a self-signed cert insecureFlag: true