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
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----
2630apiVersion: operator.openshift.io/v1
@@ -30,10 +34,10 @@ metadata:
3034 namespace: openshift-config
3135data:
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]
You can’t perform that action at this time.
0 commit comments