From 6d57b4a839a832eafe737e92d72a15f1a849168d Mon Sep 17 00:00:00 2001 From: Lalith Kota Date: Tue, 5 Nov 2024 00:18:48 +0530 Subject: [PATCH] Init Helm Chart: Fixed helm template render Signed-off-by: Lalith Kota --- charts/reporting-init/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/reporting-init/values.yaml b/charts/reporting-init/values.yaml index a079c22..58e8352 100644 --- a/charts/reporting-init/values.yaml +++ b/charts/reporting-init/values.yaml @@ -353,7 +353,7 @@ startUpCommand: |- geojson_upload_http_method=${geojson_upload_http_method:-POST} - curl -s -X $geojson_upload_http_method -u "$OPENSEARCH_USERNAME:$OPENSEARCH_PASSWORD" -H "content-type: application/json" --variable id="$geojson_document_id" --expand-url "${OPENSEARCH_URL}/${index_name}/_doc/{{id:url}}" -d @$TEMP_GEOJSON_LINE_FILE | jq + curl -s -X $geojson_upload_http_method -u "$OPENSEARCH_USERNAME:$OPENSEARCH_PASSWORD" -H "content-type: application/json" --variable id="$geojson_document_id" --expand-url "${OPENSEARCH_URL}/${index_name}/_doc/{{ "{{id:url}}" }}" -d @$TEMP_GEOJSON_LINE_FILE | jq fi done fi