Stopping External Purge for a Certified Container installation

You can stop an external purge and return to the default purge.

Perform one of the following steps:

  1. Set .Values.purge.suspend to true in values.yaml and run the helm upgrade command as below:
    
    helm upgrade -f my_values.yaml <helm release name> <helm charts path>
    
  2. Edit the job using OpenShift CLI or Kubectl CLI and update.spec.suspend to true using the below commands. Save the changes.
    
    oc edit job <purge job name>
    kubectl edit job <purge job name>
    

    If you want to disable External Purge and return to the default purge, see Disabling External Purge a Certified Container installation.