vsphere-tmm / helm-charts

A repository of unofficial helm charts for vSphere components
https://vsphere-tmm.github.io/helm-charts/
21 stars 27 forks source link

Allow special characters in vcenter password #76

Closed arno-pons closed 7 months ago

arno-pons commented 8 months ago

VCenter password with special characters (',*,",...) seems unsupported by the helm chart. In order to fix it, I had to surround password with double quotes in the vcenter conf secret file generated.

Here is a pull request including a fix for this issue by adding double quotes arround each vcenter configuration values in this secret files, as documented by vmware in the deploy CSI procedure: https://github.com/vsphere-tmm/helm-charts/pull/75

PierrePIRONIN commented 7 months ago

Hello there, Any news on that issue ? It would be nice to see it fixed 😃

MaxRink commented 7 months ago

Just merged #75 which should fix it