Skip to content

Commit 3c216a0

Browse files
committed
always exit git-notebooks init container with success
1 parent ba5346f commit 3c216a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/jupyter/templates/git-notebooks-configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ data:
2121
echo "{{ .name }} notebook repository already cloned"
2222
fi
2323
{{- end }}
24+
# exit code 0 to continue deployment even if git clone fails
25+
exit 0
2426
2527
{{- end }}

0 commit comments

Comments
 (0)