Merge pull request #683 from fluxcd/fix-azure-url

Fix Azure DevOps URL in docs
This commit is contained in:
Hidde Beydals
2021-01-11 20:13:24 +01:00
committed by GitHub

View File

@ -320,7 +320,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi
```sh ```sh
flux create source git flux-system \ flux create source git flux-system \
--git-implementation=libgit2 \ --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 \ --branch=master \
--interval=1m --interval=1m
``` ```