What's Changed
- Validate CRD Spec fields by @bigkevmcd in #83
GitopsClusters are now validated, with the requirement to have either a .spec.capiClusterRef
or .spec.secretRef
.
Invalid GitopsClusters are blocked by the Kubernetes CRD validation mechanism.
This may cause existing GitopsCluster
resources to be invalid.
Full Changelog: v1.5.5...v1.6.0