1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/external-secrets-operator-uninstall-helm.adoc
2025-11-26 19:43:48 +00:00

26 lines
995 B
Plaintext

// Module included in the following assemblies:
//
// * security/external_secrets_operator/external-secrets-operator-migrate-downstream-upstream.adoc
:_mod-docs-content-type: PROCEDURE
[id="external-secrets-operator-uninstall-helm_{context}"]
= Uninstalling a helm installed community {external-secrets-operator-short}
[role="_abstract"]
Remove the community {external-secrets-operator-short} that was installed using Helm. This helps you free up resources and maintain a clean environment for your cluster.
.Procedure
. Install the {external-secrets-operator}. The `external-secrets-operator` namespace must be null.
. Delete the {external-secrets-short} by running the following command:
+
[source,terminal]
----
$ oc helm delete <release_name> -n <operator_namespace>
----
+
[NOTE]
====
Using `helm delete` might delete all Custom Resource Definitions (CRDs) and CRs. It is recommended to installl the downstream Operator first if the namespace `external-secrets-operator` is empty.
====