diff --git a/modules/adding-a-custom-logo.adoc b/modules/adding-a-custom-logo.adoc index e3fb8c5b44..51c47e92c4 100644 --- a/modules/adding-a-custom-logo.adoc +++ b/modules/adding-a-custom-logo.adoc @@ -21,7 +21,7 @@ common image format, including GIF, JPG, PNG, or SVG, and is constrained to a . Import your logo file into a ConfigMap in the `openshift-config` namespace: + ---- -$ oc create configmap console-custom-logo --from-file ~/path/to/console-custom-logo.png -n openshift-config +$ oc create configmap console-custom-logo --from-file /path/to/console-custom-logo.png -n openshift-config ---- . Edit the web console's Operator configuration to include `customLogoFile` and `customProductName`: @@ -37,10 +37,10 @@ metadata: name: cluster spec: customization: + customLogoFile: + key: console-custom-logo.png + name: console-custom-logo customProductName: My Console - customLogoFile: - name: console-custom-logo - key: console-custom-logo.png ---- + Once the Operator configuration is updated, it will sync the custom logo