Uninstalling prev release.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent ebdb13f7d0
commit 054f9bcd85
+2 -2
View File
@@ -171,8 +171,8 @@ helm_install_fission() {
timeout 30 bash -c "helm_setup"
# echo "Deleting old releases"
# helm list -q|xargs -I@ bash -c "helm_uninstall_fission @"
echo "Deleting old releases"
helm list -q|xargs -I@ bash -c "helm_uninstall_fission @"
echo "Installing fission"
helm install \