We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eac374 commit 4281f8fCopy full SHA for 4281f8f
2 files changed
k8s/delete-deployments.sh
@@ -1,2 +1,4 @@
1
kubectl delete all --all
2
kubectl delete ingress --all
3
+# Comment out the following line if you want to keep the persistent volumes
4
+kubectl delete pvc --all && kubectl delete pv --all
k8s/deploy.sh
@@ -39,6 +39,9 @@ else
39
echo "Secret 'postgres-secret' created successfully."
40
fi
41
42
+# Be careful with the following commands
43
44
+
45
kubectl apply -f ndb-deployment.yml
46
47
kubectl apply -f ndb-rest-api-deployment.yml
0 commit comments