fix(docs): Add architecture.md and apis.md

This commit is contained in:
René Fischer
2024-11-11 14:39:28 +01:00
committed by Thorsten Roßner
parent 718eb45e9c
commit 77108587c7
17 changed files with 1267 additions and 192 deletions

View File

@@ -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};