Removing External Secrets Operator for Red Hat OpenShift resources by using the web console

After you have uninstalled the External Secrets Operator for Red Hat OpenShift, you can optionally eliminate its associated resources from your cluster.

Prerequisites
  • You have access to the cluster with cluster-admin privileges.

  • You have access to the Red Hat OpenShift Container Platform web console.

Procedure
  1. Log in to the Red Hat OpenShift Container Platform web console.

  2. Remove the deployments of the external-secrets application components in the external-secrets namespace:

    1. Click the Project drop-down menu to see a list of all available projects, and select the external-secrets project.

    2. Navigate to WorkloadsDeployments.

    3. Select the deployment that you want to delete.

    4. Click the Actions drop-down menu, and select Delete Deployment to see a confirmation dialog box.

    5. Click Delete to delete the deployment.

  3. Remove the custom resource definitions (CRDs) that were installed by the External Secrets Operator using the following steps:

    1. Navigate to AdministrationCustomResourceDefinitions.

    2. Choose external-secrets.io/component: controller from the suggestions in the Label field to filter the CRDs.

    3. Click the Options menu kebab next to each of the following CRDs, and select Delete Custom Resource Definition:

      • ACRAccessToken

      • ClusterExternalSecret

      • ClusterGenerator

      • ClusterPushSecret

      • ClusterSecretStore

      • ECRAuthorizationToken

      • ExternalSecret

      • GCRAccessToken

      • GeneratorState

      • GithubAccessToken

      • Grafana

      • MFA

      • Password

      • PushSecret

      • QuayAccessToken

      • SecretStore

      • SSHKey

      • STSSessionToken

      • UUID

      • VaultDynamicSecret

      • Webhook

  4. Remove the external-secrets-operator namespace using the following steps:

    1. Navigate to AdministrationNamespaces.

    2. Click the Options menu kebab next to the External Secrets Operator and select Delete Namespace.

    3. In the confirmation dialog, enter external-secrets-operator in the field and click Delete.