rancher-sandbox / cluster-api-addon-provider-fleet

Cluster API Add-on Provider for Fleet will auto register child clusters with https://fleet.rancher.io/.
Apache License 2.0
2 stars 3 forks source link

Allow empty CAPI variable value to be deserialized without errors #22

Closed Danil-Grigorev closed 5 months ago

Danil-Grigorev commented 5 months ago

This ensures that ”” content is valid under generated serde rules for variables with empty values.

Fixes #21

Danil-Grigorev commented 5 months ago

@richardcase fix was merged upstream so I updated kopium to use origin main branch. Do you think it is GTG?