Which issue is resolved by this Pull Request:
Resolves #
If you are not logged into to GH then git clone using ssh throws an access denied error which can lead to a poor user experience. Changing to https://github.com/scylladb/scylla-operator.git allows it to work without authentication.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/scylladb/scylla-operator/blob/master/OWNERS)~~ [tnozicka]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Description of your changes:
Changing git clone from ssh to https
Which issue is resolved by this Pull Request: Resolves # If you are not logged into to GH then git clone using ssh throws an access denied error which can lead to a poor user experience. Changing to https://github.com/scylladb/scylla-operator.git allows it to work without authentication.