Changes:
- Fix a label and its selectors in the deployment manifests which was hardcoded by the kubebuilder bootstraping stage. Now the label is
control-plane: reforma
- Add extra labels and selectors in the deployment manifests
- Fix the sample manifest for the
Reforma
custom resource of thev1alpha1
- Add license
- Fix status condition
ResourcePatched
: when a resource is not found or template is invalid, the condition was not being properly updated - Fix
GetResources
function: when not finding the target inside the cluster, the error was not returned properly and this could cause the controller could fail in other processes with unexpected results