Skip to content

Commit 918bc8a

Browse files
Merge pull request #104 from arthurbarr/main
Fix mqwebuser.xml example by adding root server element
2 parents 5354b61 + 3f4335b commit 918bc8a

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)