5 Uninstall SEPP

Following is the procedure to uninstall SEPP:
  1. Execute command to uninstall SEPP deployment:
    helm del --purge <helm_release>
    Example:
    helm del --purge ocsepp
  2. Execute the following command to delete kubernetes namespace :
    kubectl delete namespace <sepp_namespace>
    Example:
    kubectl delete namespace seppsvc