diff --git a/deploy/docs/Non_Helm_Installation.md b/deploy/docs/Non_Helm_Installation.md index 5cb945d919..3824902937 100644 --- a/deploy/docs/Non_Helm_Installation.md +++ b/deploy/docs/Non_Helm_Installation.md @@ -155,6 +155,7 @@ If you don't need to customize the configuration apply the `fluentd-sumologic.ya ```sh curl https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.17.0/deploy/kubernetes/fluentd-sumologic.yaml.tmpl | \ sed 's/\$NAMESPACE'"/sumologic/g" | \ +sed 's/cluster kubernetes/cluster $CLUSTER_NAME/g' | \ kubectl -n sumologic apply -f - ```