You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the user submits the ConsoleApplication CR, the first step should be to verify and validate whether the Git repository is reachable. Upon success of this step, the controller should proceed to create the other necessary resources.
Acceptance Criteria:
Support of GitHub URLs
Support of GitLab URLs
Develop the Reconcile Function of the controller to validate the URLs and express the result via the YAML status.
Unit tests for the GitService package
Unit tests for the Controller
The controller must reconcile the status of the Git URL once the ConsoleApplication CR is applied on the cluster.