Skip to content

Commit

Permalink
shell continues char added and updating helm/README.me from values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Dec 11, 2023
1 parent 440b236 commit caea4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universalmessaging/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ helm install um webmethods/universalmessaging
... (optionally) provide the license key at installation time (can be ommitted for upgrade later) ...

```shell
--set-file=licensekey=<your path and filename to Universal Messaging license file>
--set-file=licensekey=<your path and filename to Universal Messaging license file> \

This comment has been minimized.

Copy link
@enginsarlak

enginsarlak Feb 23, 2024

I think this should be licence.xml not licencekey. UMServer is looking for a file named licence.xml not licencekey.

```

... set your own image pull secret if you didn't create the default `regcred` ...

```shell
--set "imagePullSecrets[0].name=your-registry-credentials"
--set "imagePullSecrets[0].name=your-registry-credentials" \
```

## Version History
Expand Down

0 comments on commit caea4d6

Please sign in to comment.