1
0
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:
Ashley Hardin
2021-06-11 15:57:37 -04:00
committed by openshift-cherrypick-robot
parent 134522b314
commit 2f7010087c

View File

@@ -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]