mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-15 16:25:43 +00:00
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:
parent
27d1833854
commit
2f31d80c7a
3 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue