Fixing indentation errors in yaml
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user