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: _docs/installation/gitops/manage-runtimes.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,8 @@ By default, Git repositories use the HTTPS protocol. You can also use SSH to con
334
334
335
335
When SSH is configured for a GitOps Runtime, on creating/editing Argo CD applications linked to a Git Source (Git Source Apps) assigned to the Runtime , you can select SSH as the protocol to connect to the Git repository instead of HTTPS. See [Repository URL in Application Source definitions]({{site.baseurl}}/docs/deployments/gitops/create-application/#source).
336
336
337
-
{{site.data.callout.callout_important}}
337
+
{{site.data.callout.callout_warning}}
338
+
**IMPORTANT**
338
339
SSH URLs are supported only for Argo CD applications and used by Argo CD.<br>
339
340
Git Sources cannot use SSH URLs as they are verified using Personal Access Tokens (PAT).