Skip to content

Commit 4b3a80e

Browse files
committed
OSDOCS-17554 updated modules
1 parent 537c3f8 commit 4b3a80e

6 files changed

+23
-10
lines changed

modules/external-secrets-operator-delete-upstream-operatorconfig.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ NAMESPACE NAME AGE
3232
external-secrets cluster 9m18s
3333
----
3434

35-
. Delete the `operatorconfig` by running the following command:
35+
. Delete the `operatorconfig` custom resrouce (CR) by running the following command:
3636
+
3737
[source,terminal]
3838
----
@@ -41,7 +41,7 @@ $ oc delete operatorconfig <config_name> -n <operator_namespace>
4141

4242
.Verification
4343

44-
. To verify that the `operatorconfig` is deleted, run the following command:
44+
. To verify that the `operatorconfig` CR is deleted, run the following command:
4545
+
4646
[source,terminal]
4747
----

modules/external-secrets-operator-uninstall-helm.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@
99
[role="_abstract"]
1010
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.
1111

12+
.Prerequisites
13+
14+
* You must be logged in as a user with the `cluster-admin` role.
15+
16+
* You must have deleted the `operatorconfig` custom resource (CR).
17+
1218
.Procedure
1319

1420
. Install the {external-secrets-operator}. The `external-secrets-operator` namespace must be null.
1521

16-
. Delete the {external-secrets-short} by running the following command:
22+
. Delete the {external-secrets-operator-short} by running the following command:
1723
+
1824
[source,terminal]
1925
----

modules/external-secrets-operator-uninstall-olm.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
[role="_abstract"]
1111
Remove the community {external-secrets-operator-short} that was installed by an Operator Lifecycle Manager (OLM) subscription. This helps you free up resources and maintain a clean environment for your cluster.
1212

13+
.Prerequisites
14+
15+
* You must be logged in as a user with the `cluster-admin` role.
16+
17+
* You must have deleted the `operatorconfig` CR.
18+
1319
.Procedure
1420

1521
. Find the subscription name by running the following command:

modules/external-secrets-operator-uninstall-raw-manifests.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
[role="_abstract"]
1010
Remove the community {external-secrets-operator-short} that was installed by raw manifests. This helps you free up resources and maintain a clean environment for your cluster.
1111

12+
.Prerequisites
13+
14+
* You must be logged in as a user with the `cluster-admin` role.
15+
16+
* You must have deleted the `operatorconfig` CR.
17+
1218
.Procedure
1319

1420
* To remove the communiity {external-secrets-operator-short} that was installed by raw manifests, run the following command:

modules/external-secrets-operator-uninstall-upstream-eso.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// * security/external_secrets_operator/external-secrets-operator-migrate-downstream-upstream.adoc
44

5-
:_mod-docs-content-type: PROCEDURE
5+
:_mod-docs-content-type: CONCEPT
66
[id="external-secrets-operator-uninstall-upstream-eso_{context}"]
77
= Uninstalling the community {external-secrets-operator-short}
88

@@ -11,10 +11,5 @@ Uninstall the community {external-secrets-operator-short} to prevent conflicts o
1111

1212
You must uninstall the community {external-secrets-operator-short} to prevent it from being recreated or conflicting with the new one. The steps to uninstall are different based on how the community {external-secrets-operator-short} was installed but the prerequisites are the same for each.
1313

14-
.Prerequisites
15-
16-
* You must be logged in as a user with the `cluster-admin` role.
17-
18-
* You must have deleted the `operatorconfig`.
1914

2015

security/external_secrets_operator/external-secrets-operator-migrate-downstream-upstream.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="external-secrets-operator-migrate-downstream-upstream"]
3-
= Migrating from the community {external-secrets-operator-short} to {external-secrets-operator}
3+
= Migrating from the community External Secrets Operator to the External Secrets Operator for Red Hat OpenShift
44
include::_attributes/common-attributes.adoc[]
55
:context: external-secrets-operator-migrate-downstream-upstream
66

0 commit comments

Comments
 (0)