From 6a5a5c4a761ee4fb7e3483e2fb316f1d690616a2 Mon Sep 17 00:00:00 2001 From: Louis Dutoit <39375035+louisdtt@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:01:14 +0100 Subject: [PATCH] fix(typo): Change "did received" to "did receive" in NOTES.txt Signed-off-by: Louis Dutoit <39375035+louisdtt@users.noreply.github.com> --- production/helm/loki/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/templates/NOTES.txt b/production/helm/loki/templates/NOTES.txt index 622b1a8c26160..f770c5bc724e2 100644 --- a/production/helm/loki/templates/NOTES.txt +++ b/production/helm/loki/templates/NOTES.txt @@ -123,7 +123,7 @@ curl -H "Content-Type: application/json" -XPOST -s "http://127.0.0.1:3100/loki/a {{- end}} ``` -Then verify that Loki did received the data using the following command: +Then verify that Loki did receive the data using the following command: ``` curl "http://127.0.0.1:3100/loki/api/v1/query_range" --data-urlencode 'query={job="test"}' {{- if .Values.loki.auth_enabled }} -H X-Scope-OrgId:foo {{- end}} | jq .data.result