mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
Merge pull request #683 from fluxcd/fix-azure-url
Fix Azure DevOps URL in docs
This commit is contained in:
commit
1331f5260a
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi
|
|||
```sh
|
||||
flux create source git flux-system \
|
||||
--git-implementation=libgit2 \
|
||||
--url=git@ssh.dev.azure.com/v3/org/project/repository \
|
||||
--url=ssh://git@ssh.dev.azure.com/v3/org/project/repository \
|
||||
--branch=master \
|
||||
--interval=1m
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue