Skip to content

Commit

Permalink
shell continues char added
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Dec 11, 2023
1 parent e6389cd commit 440b236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions microservicesruntime/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ helm install wm-msr webmethods/microservicesruntime \
... (optionally) provide the license key at installation time (can be ommitted for upgrade later) ...

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

... 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" \
```

... Ingress is enabled per default. Define Ingress service host ...
Expand Down
4 changes: 2 additions & 2 deletions universalmessaging/helm/README.md.gotmpl
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> \
```

... 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 440b236

Please sign in to comment.