Skip to content

Commit 9bf6d3d

Browse files
authored
Merge pull request #33382 from ahardin-rh/console-gitops-followup
Applying GitOps template to web console docs
2 parents 31e5417 + 4518797 commit 9bf6d3d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

modules/adding-a-custom-logo.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ You can create custom branding by adding a custom logo or custom product name. Y
2121
$ oc create configmap console-custom-logo --from-file /path/to/console-custom-logo.png -n openshift-config
2222
----
2323
+
24+
[TIP]
25+
====
26+
You can alternatively apply the following YAML to create the config map:
27+
2428
[source,yaml]
2529
----
2630
apiVersion: operator.openshift.io/v1
@@ -30,10 +34,10 @@ metadata:
3034
namespace: openshift-config
3135
data:
3236
console-custom-logo.png: <base64-encoded_logo> ... <1>
33-
3437
----
35-
<1> Provide a valid base64 encoded logo.
36-
+
38+
<1> Provide a valid base64-encoded logo.
39+
====
40+
3741
. Edit the web console's Operator configuration to include `customLogoFile` and `customProductName`:
3842
+
3943
[source,terminal]

0 commit comments

Comments
 (0)