Skip to content

Commit 29b0ade

Browse files
Merge pull request #54146 from agantony/OCPBUGS4880
OCPBUGS4880 Changing 'data' to 'binaryData' avoid storing the logo in the wrong file
2 parents b10d0b8 + c18067c commit 29b0ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/adding-a-custom-logo.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kind: ConfigMap
3333
metadata:
3434
name: console-custom-logo
3535
namespace: openshift-config
36-
data:
36+
binaryData:
3737
console-custom-logo.png: <base64-encoded_logo> ... <1>
3838
----
3939
<1> Provide a valid base64-encoded logo.

0 commit comments

Comments
 (0)