vmware / go-vcloud-director

Golang SDK for VMware Cloud Director
Other
76 stars 79 forks source link

Fix bug where CSE cluster is missing certificates when VCDKEConfig has certificates configured #653

Closed adambarreiro closed 4 months ago

adambarreiro commented 4 months ago

PR #645 had a bug when the CSE Server is configured (VCDKEConfig RDE) with custom certificates during installation (to use them against a custom private Docker registry), these need to be injected into the cluster YAML as well.

This PR amends that and updates unit tests.