Remove save flag from package command (#14)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone
2020-03-22 21:36:41 +01:00
committed by GitHub
parent b52ca56807
commit ba84cd6d7d
+1 -1
View File
@@ -197,7 +197,7 @@ package_chart() {
local chart="$1"
echo "Packaging chart '$chart'..."
helm package "$chart" --destination .cr-release-packages --dependency-update --save=false
helm package "$chart" --destination .cr-release-packages --dependency-update
}
release_charts() {