diff --git a/deploy/helm/README.md b/deploy/helm/README.md index 2335abf4a6..92ee24faaf 100644 --- a/deploy/helm/README.md +++ b/deploy/helm/README.md @@ -39,6 +39,7 @@ 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/\-sumologic.sumologic'"/-sumologic./g" | \ +sed 's/\- sumologic'"/- /g" | \ sed 's/\collection'"//g" > values.yaml ```