From 440b236b1da487e512545f8060d8d860f80ede0d Mon Sep 17 00:00:00 2001 From: thr Date: Mon, 11 Dec 2023 17:41:23 +0100 Subject: [PATCH] shell continues char added --- microservicesruntime/helm/README.md.gotmpl | 4 ++-- universalmessaging/helm/README.md.gotmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/microservicesruntime/helm/README.md.gotmpl b/microservicesruntime/helm/README.md.gotmpl index e44fca8..1694d57 100644 --- a/microservicesruntime/helm/README.md.gotmpl +++ b/microservicesruntime/helm/README.md.gotmpl @@ -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= +--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" +--set "imagePullSecrets[0].name=your-registry-credentials" \ ``` ... Ingress is enabled per default. Define Ingress service host ... diff --git a/universalmessaging/helm/README.md.gotmpl b/universalmessaging/helm/README.md.gotmpl index 5b2d5f9..40c10c3 100644 --- a/universalmessaging/helm/README.md.gotmpl +++ b/universalmessaging/helm/README.md.gotmpl @@ -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= +--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" +--set "imagePullSecrets[0].name=your-registry-credentials" \ ``` ## Version History