mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(docs): Add architecture.md and apis.md
This commit is contained in:
committed by
Thorsten Roßner
parent
718eb45e9c
commit
77108587c7
@@ -224,6 +224,7 @@ env-cleanup:
|
||||
for OPENDESK_RELEASE in $(helm ls -n ${NAMESPACE} -aq); do
|
||||
helm uninstall -n ${NAMESPACE} ${OPENDESK_RELEASE};
|
||||
done
|
||||
# if you update the section below, please also update the respective section in getting_started.md
|
||||
kubectl delete pvc --all --namespace ${NAMESPACE};
|
||||
kubectl delete jobs --all --namespace ${NAMESPACE};
|
||||
kubectl delete configmaps --all --namespace ${NAMESPACE};
|
||||
|
||||
Reference in New Issue
Block a user