Skip to content

Commit cab5c29

Browse files
committed
nicer helm diff output
1 parent 60c2c1b commit cab5c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Is $PWD/../nbviewer up to date?"
99
helm dep up $nbviewer_chart
1010

1111
upgrade="upgrade nbviewer $nbviewer_chart -f config/nbviewer.yaml -f secrets/config/nbviewer.yaml"
12-
helm diff $upgrade
12+
helm diff -C 5 $upgrade
1313

1414
echo "Deploy these changes? (y|[N]) "
1515
read confirm

0 commit comments

Comments
 (0)