Skip to content

Commit

Permalink
Merge pull request #104 from arthurbarr/main
Browse files Browse the repository at this point in the history
Fix mqwebuser.xml example by adding root server element
  • Loading branch information
callumpjackson authored Oct 2, 2024
2 parents 5354b61 + 3f4335b commit 918bc8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/ibm-mq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,10 @@ metadata:
name: mywebconfig
data:
mqwebuser.xml: |-
<variable name="myCustomVariable" value="*"/>
<?xml version="1.0" encoding="UTF-8"?>
<server>
<variable name="myCustomVariable" value="*"/>
</server>
```

## Supplying licensing annotations
Expand Down

0 comments on commit 918bc8a

Please sign in to comment.