5 Uninstall SEPP
To delete the SEPP deployment,
execute the following commands:
- Execute command to uninstall SEPP deployment:
For helm 2 parameters:
helm del --purge <helm-release>
Example:helm del --purge ocsepp
For helm 3 parameters:
helm3 uninstall <helm-release> --namespace <ocsepp kubernetes namespace>
Example:helm3 uninstall ocsepp --namespace ocsepp
- Execute the following command to delete kubernetes namespace :
kubectl delete namespace <sepp_namespace>
Example:kubectl delete namespace seppsvc
- Delete all the gw secrets.