Skip to content

Uninstall old Helm charts and manifests#

Note: Skip this section if you are deploying LUNA PLATFORM from scratch.

Uninstall old Helm charts of all LUNA PLATFORM services using the helm uninstall command. For example, helm uninstall luna-configurator.

Delete old jobs and configmaps that were used to prepare the previous environment, if they have not already been deleted:

kubectl delete configmap storages-config
kubectl delete configmap storages-dump
kubectl delete job storages-prepare
kubectl delete job storages-load-dump