mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Applying GitOps template to web console docs
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
134522b314
commit
2f7010087c
@@ -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: <base64-encoded_logo> ... <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]
|
||||
|
||||
Reference in New Issue
Block a user