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