Skip to content

Commit 4a87149

Browse files
committed
Issue #28046, udpated instances of console.operator.openshift.io
1 parent a41e510 commit 4a87149

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

installing/install_config/customizations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ owned by a particular Operator.
8484
|Resource name
8585
|Description
8686

87-
|`console.operator.openshift.io`
87+
|`consoles.operator.openshift.io`
8888
|Controls console appearance such as branding customizations
8989

9090
|`config.imageregistry.operator.openshift.io`

modules/adding-a-custom-logo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ oc create configmap console-custom-logo --from-file /path/to/console-custom-lo
2525
+
2626
[source,terminal]
2727
----
28-
$ oc edit console.operator.openshift.io cluster
28+
$ oc edit consoles.operator.openshift.io cluster
2929
----
3030
+
3131
[source,yaml]
@@ -57,5 +57,5 @@ To check the console Operator configuration, run:
5757
+
5858
[source,terminal]
5959
----
60-
$ oc get console.operator.openshift.io -o yaml
60+
$ oc get consoles.operator.openshift.io -o yaml
6161
----

modules/web-console-disable.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
= Disabling the web console
77

88
You can disable the web console by editing the
9-
`console.operator.openshift.io` resource.
9+
`consoles.operator.openshift.io` resource.
1010

11-
* Edit the `console.operator.openshift.io` resource:
11+
* Edit the `consoles.operator.openshift.io` resource:
1212
+
1313
[source,terminal]
1414
----
15-
$ oc edit console.operator.openshift.io cluster
15+
$ oc edit consoles.operator.openshift.io cluster
1616
----
1717
+
1818
The following example displays the parameters from this resource that you can

0 commit comments

Comments
 (0)