5 Uninstall SEPP

To delete the SEPP deployment, execute the following commands:
  1. 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
  2. Execute the following command to delete kubernetes namespace :
    kubectl delete namespace <sepp_namespace>
    Example:
    kubectl delete namespace seppsvc
  3. Delete all the gw secrets.