You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/use-gitops-connected-cluster.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,17 +94,16 @@ Here are the supported scenarios for the value of --repository-url parameter.
94
94
95
95
| Scenario | Format | Description |
96
96
| ------------- | ------------- | ------------- |
97
-
|Private GitHub repo - SSH |[email protected]:username/repo| SSH keypair generated by Flux. User must add the public key to the GitHub account as Deploy Key.|
98
-
|Public GitHub repo |`http://github.com/username/repo` or git://github.com/username/repo| Public Git repo |
97
+
|Public Git repo | http[s]://server/repo.git or git://server/repo.git | Public Git repo |
98
+
|Private Git repo – SSH – Flux-created keys | ssh://[user@]server/repo.git or [user@]server:repo.git | Public key generated by Flux needs to be added to the user account or repo in your Git service provider. More details can be found [here](#apply-configuration-from-a-private-git-repository)|
99
99
100
-
These scenarios are supported by Flux but not by sourceControlConfiguration yet.
100
+
These scenarios are supported by Flux but not yet by sourceControlConfiguration.
101
101
102
102
| Scenario | Format | Description |
103
103
| ------------- | ------------- | ------------- |
104
-
| Private GitHub repo - HTTPS |`https://github.com/username/repo`| Flux does not generate SSH keypair. [Instructions](https://docs.fluxcd.io/en/1.17.0/guides/use-git-https.html)|
| Private GitHub repo - SSH (bring your own key) |[email protected]:username/repo |[Use your own SSH keypair](https://docs.fluxcd.io/en/1.17.0/guides/provide-own-ssh-key.html)|
0 commit comments