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 60c2c1b commit cab5c29Copy full SHA for cab5c29
deploy.sh
@@ -9,7 +9,7 @@ echo "Is $PWD/../nbviewer up to date?"
9
helm dep up $nbviewer_chart
10
11
upgrade="upgrade nbviewer $nbviewer_chart -f config/nbviewer.yaml -f secrets/config/nbviewer.yaml"
12
-helm diff $upgrade
+helm diff -C 5 $upgrade
13
14
echo "Deploy these changes? (y|[N]) "
15
read confirm
0 commit comments