File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ You can create custom branding by adding a custom logo or custom product name. Y
21
21
$ oc create configmap console-custom-logo --from-file /path/to/console-custom-logo.png -n openshift-config
22
22
----
23
23
+
24
+ [TIP]
25
+ ====
26
+ You can alternatively apply the following YAML to create the config map:
27
+
24
28
[source,yaml]
25
29
----
26
30
apiVersion: operator.openshift.io/v1
@@ -30,10 +34,10 @@ metadata:
30
34
namespace: openshift-config
31
35
data:
32
36
console-custom-logo.png: <base64-encoded_logo> ... <1>
33
-
34
37
----
35
- <1> Provide a valid base64 encoded logo.
36
- +
38
+ <1> Provide a valid base64-encoded logo.
39
+ ====
40
+
37
41
. Edit the web console's Operator configuration to include `customLogoFile` and `customProductName`:
38
42
+
39
43
[source,terminal]
You can’t perform that action at this time.
0 commit comments