This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b9861f07bf Correct repo example for cloning via ssh (#27671)
b9861f07bf is described below
commit b9861f07bf9f9bf4908f4455ca60be3c2bb18a56
Author: Andrii Melekhovskiy <[email protected]>
AuthorDate: Tue Nov 15 20:04:15 2022 +0000
Correct repo example for cloning via ssh (#27671)
---
chart/values.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/chart/values.yaml b/chart/values.yaml
index c6f80c0b34..db0fca8648 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1780,8 +1780,7 @@ dags:
enabled: false
# git repo clone url
- # ssh examples ssh://[email protected]/apache/airflow.git
- # [email protected]:apache/airflow.git
+ # ssh example: [email protected]:apache/airflow.git
# https example: https://github.com/apache/airflow.git
repo: https://github.com/apache/airflow.git
branch: v2-2-stable