Skip to content

Commit

Permalink
'license' and usage docu increased
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Dec 11, 2023
1 parent 82e3d27 commit 5bff3bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions universalmessaging/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Hence before running `helm install` create the configmap:
kubectl create configmap universalmessaging-licence-key --from-file=licence.xml=<your path and filename to Universal Messaging license file>
```

Optionally you can also provide the license directly when installing your release (see also below).

## Examples for Use-cases

Sub-folder `examples` contains some *values* examples for more use-cases. To use the use-case, adapt and add the provided `values.yaml` to your values.
Expand All @@ -38,6 +40,18 @@ Install release
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 your own image pull secret if you didn't create the default `regcred` ...

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

## Version History

| Version | Changes and Description |
Expand Down

0 comments on commit 5bff3bb

Please sign in to comment.