From c65b85537709f63cc384a5f9a088a1dc499426b9 Mon Sep 17 00:00:00 2001 From: morkot Date: Mon, 14 Nov 2022 18:24:54 +0000 Subject: [PATCH] Correct repo example for cloning via ssh --- chart/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 81bf964663f32..927caf388238c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1780,8 +1780,7 @@ dags: enabled: false # git repo clone url - # ssh examples ssh://git@github.com/apache/airflow.git - # git@github.com:apache/airflow.git + # ssh example: git@github.com:apache/airflow.git # https example: https://github.com/apache/airflow.git repo: https://github.com/apache/airflow.git branch: v2-2-stable