mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Fix yaml indention in adding-a-custom-logo
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
3ea9723d54
commit
0299207a46
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user