Skip to content

Commit 3f4335b

Browse files
authored
Fix mqwebuser.xml example by adding root server element
The example `mqwebuser.xml` is currently incorrect, and causes an XML parsing FDC in Liberty. The example needs a `server` root element.
1 parent 5354b61 commit 3f4335b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/ibm-mq/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,10 @@ metadata:
389389
name: mywebconfig
390390
data:
391391
mqwebuser.xml: |-
392-
<variable name="myCustomVariable" value="*"/>
392+
<?xml version="1.0" encoding="UTF-8"?>
393+
<server>
394+
<variable name="myCustomVariable" value="*"/>
395+
</server>
393396
```
394397

395398
## Supplying licensing annotations

0 commit comments

Comments
 (0)