This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Starting setup.sh with git-deploy-key fails #56
Labels
documentation
Improvements or additions to documentation
Creating a firekube cluster with the --git-deploy-key as described in README fails, with an error indicating that the git URL was not authenticatable via the provided authentication.
This seems to be because of an issue, where there are git_http_url and git_ssh_url helpers defined, but only one is ever used in setup.sh:
These simple changes appear to have solved it for me, and my cluster comes online successfully, but ideally the PR that resolves this will have some logic so the user does not need to update setup.sh and the process described in README will be all that is needed.
The text was updated successfully, but these errors were encountered: