We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5346f commit 3c216a0Copy full SHA for 3c216a0
charts/jupyter/templates/git-notebooks-configmap.yaml
@@ -21,5 +21,7 @@ data:
21
echo "{{ .name }} notebook repository already cloned"
22
fi
23
{{- end }}
24
+ # exit code 0 to continue deployment even if git clone fails
25
+ exit 0
26
27
0 commit comments