Fixing indentation errors in yaml

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent 4e445bb3cc
commit 3aaabc909b
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ spec:
port: "8888"
initialDelaySeconds: 5
periodSeconds: 2
livenessProbe:
livenessProbe:
httpGet:
path: "/router-healthz"
port: "8888"
@@ -226,7 +226,7 @@ spec:
port: "8888"
initialDelaySeconds: 5
periodSeconds: 2
livenessProbe:
livenessProbe:
httpGet:
path: "/healthz"
port: "8888"
+4 -3
View File
@@ -255,12 +255,13 @@ helm_uninstall_fission() {(set +e
echo "Fission uninstallation skipped"
return
fi
echo "Uninstalling fission"
helm delete --purge $id
kubectl delete ns f-$id
dump_kubernetes_events $id
dump_tiller_logs
echo "Uninstalling fission"
helm delete --purge $id
kubectl delete ns f-$id
)}
export -f helm_uninstall_fission