adjust dependencies of 'cluster' unit in workload-cluster.values.yaml
Closes #400 (closed)
The cluster unit in workload-cluster.values.yaml should not depend on any unit that it does not deploy, in particular not any CAPI-relatedd component, those are deployed in the "main" release of sylva-units.
Instead it should depend on the CAPI units deployed by the "main" release of sylva-units, by specifying the namespace explicitly.
This MR does those two things:
- remove the dependency on
metal3 - adds dependencies on
default/...for CAPI-related components
Edited by Thomas Morin