From f623fb7e0174f36ee1ba0709102123e5aec6b61b Mon Sep 17 00:00:00 2001 From: Maisie Wang Date: Fri, 30 Aug 2019 15:05:44 -0700 Subject: [PATCH 1/2] Update helm readme --- deploy/helm/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/helm/README.md b/deploy/helm/README.md index d2254bc247..79690eaae8 100644 --- a/deploy/helm/README.md +++ b/deploy/helm/README.md @@ -38,13 +38,15 @@ NOTE: If you install the chart with a different release name or a different name ```bash curl https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/master/deploy/helm/sumologic/values.yaml | \ -sed 's/\collection-sumologic.sumologic'"/-sumologic./g" > values.yaml +sed 's/\-sumologic.sumologic'"/-sumologic./g" | \ +sed 's/\collection'"//g" > values.yaml ``` For example, if your release name is `my-release` and namespace is `my-namespace`: ```bash curl https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/master/deploy/helm/sumologic/values.yaml | \ -sed 's/\collection-sumologic.sumologic'"/my-release-sumologic.my-namespace/g" > values.yaml +sed 's/\-sumologic.sumologic'"/-sumologic.my-namespace/g" | \ +sed 's/\collection'"/my-release/g" > values.yaml ``` Then, install the chart with the override file. From 18f17156aef0008fc094f1defa604b6031f036f5 Mon Sep 17 00:00:00 2001 From: Maisie Wang Date: Fri, 30 Aug 2019 15:11:02 -0700 Subject: [PATCH 2/2] Update README.md --- deploy/helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/README.md b/deploy/helm/README.md index 79690eaae8..2335abf4a6 100644 --- a/deploy/helm/README.md +++ b/deploy/helm/README.md @@ -34,7 +34,7 @@ Install the chart with release name `collection` and namespace `sumologic` helm install sumologic/sumologic --name collection --namespace sumologic ``` -NOTE: If you install the chart with a different release name or a different namespace, you will need to override remote write URLs for Prometheus and the host for fluent-bit. We recommend using an override file due to the number of URLs that need to be overridden. You can use the following command to download the override file and replace the `` and ``: +NOTE: If you install the chart with a different release name or a different namespace, you will need to override some configuration fields for both Prometheus and fluent-bit. We recommend using an override file due to the number of fields that need to be overridden. You can use the following command to download the override file and replace the `` and ``: ```bash curl https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/master/deploy/helm/sumologic/values.yaml | \