From 5bff3bb8a3e9c574e096a3eed94b59f90389431f Mon Sep 17 00:00:00 2001 From: thr Date: Mon, 11 Dec 2023 16:35:33 +0100 Subject: [PATCH] 'license' and usage docu increased --- universalmessaging/helm/README.md.gotmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/universalmessaging/helm/README.md.gotmpl b/universalmessaging/helm/README.md.gotmpl index 3b65066..5b2d5f9 100644 --- a/universalmessaging/helm/README.md.gotmpl +++ b/universalmessaging/helm/README.md.gotmpl @@ -22,6 +22,8 @@ Hence before running `helm install` create the configmap: kubectl create configmap universalmessaging-licence-key --from-file=licence.xml= ``` +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. @@ -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= +``` + +... 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 |