diff --git a/modules/adding-a-custom-logo.adoc b/modules/adding-a-custom-logo.adoc index 6b69851d47..8522544561 100644 --- a/modules/adding-a-custom-logo.adoc +++ b/modules/adding-a-custom-logo.adoc @@ -21,6 +21,10 @@ You can create custom branding by adding a custom logo or custom product name. Y $ oc create configmap console-custom-logo --from-file /path/to/console-custom-logo.png -n openshift-config ---- + +[TIP] +==== +You can alternatively apply the following YAML to create the config map: + [source,yaml] ---- apiVersion: operator.openshift.io/v1 @@ -30,10 +34,10 @@ metadata: namespace: openshift-config data: console-custom-logo.png: ... <1> - ---- -<1> Provide a valid base64 encoded logo. -+ +<1> Provide a valid base64-encoded logo. +==== + . Edit the web console's Operator configuration to include `customLogoFile` and `customProductName`: + [source,terminal]