clastix / cluster-api-control-plane-provider-kamaji

The Kamaji Control Plane provider implementation of the Cluster Management API
Apache License 2.0
80 stars 29 forks source link

Omit empty dataStoreName #111

Closed chess-knight closed 4 months ago

chess-knight commented 4 months ago

This parameter should be optional according to this https://kamaji.clastix.io/reference/api/#tenantcontrolplanespec. Default is used when not provided, see https://github.com/clastix/kamaji/blob/master/controllers/tenantcontrolplane_controller.go#L305 and https://github.com/clastix/kamaji/blob/master/cmd/manager/cmd.go#L259