Merge branch 'gitlab-https-auth' of https://github.com/fluxcd/toolkit into gitlab-https-auth

This commit is contained in:
Stefan Prodan 2020-10-17 13:06:22 +03:00
commit d0eb55fb86
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
30 changed files with 366 additions and 579 deletions

View file

@ -166,9 +166,9 @@ gotk bootstrap gitlab \
```
!!! hint "Authentication"
When providing the `--ssh-hostname`, a readonly deploy key will be added
When providing the `--ssh-hostname`, a read-only (SSH) deploy key will be added
to your repository, otherwise your GitLab personal token will be used to
authenticate against the HTTPS endpoint instead of SSH.
authenticate against the HTTPS endpoint instead.
Run the bootstrap for a repository owned by a GitLab group: