Update git from fluxcd/pkg
This incorporates the changes made to the GitLab provider. This means that we no longer rely on UI names, but rather use the unique path identifier (the elements you see in your address bar when looking at e.g. a group in your GitLab environment). Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -200,11 +200,11 @@ flux bootstrap gitlab \
|
||||
to your repository, otherwise your GitLab personal token will be used to
|
||||
authenticate against the HTTPS endpoint instead.
|
||||
|
||||
Run the bootstrap for a repository owned by a GitLab group:
|
||||
Run the bootstrap for a repository owned by a GitLab (sub)group:
|
||||
|
||||
```sh
|
||||
flux bootstrap gitlab \
|
||||
--owner=my-gitlab-group \
|
||||
--owner=my-gitlab-group/my-gitlab-subgroup \
|
||||
--repository=my-repository \
|
||||
--branch=master \
|
||||
--path=clusters/my-cluster
|
||||
|
||||
Reference in New Issue
Block a user