Skip to content

Commit

Permalink
Init Helm Chart: Fixed helm template render
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Nov 4, 2024
1 parent a1db072 commit 6d57b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/reporting-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d57b4a

Please sign in to comment.