Skip to content

Commit

Permalink
docs: fix example code (#28083)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang06 committed Dec 5, 2022
1 parent c4cb5b3 commit 96d31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helm-chart/manage-dags-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ In this example, you will create a yaml file called ``override-values.yaml`` to
dags:
gitSync:
enabled: true
repo: git@github.com/<username>/<private-repo-name>.git
repo: git@github.com:<username>/<private-repo-name>.git
branch: <branch-name>
subPath: ""
sshKeySecret: airflow-ssh-secret
Expand Down

0 comments on commit 96d31e9

Please sign in to comment.