Skip to content

Commit

Permalink
Merge pull request #48 from lalithkota/develop
Browse files Browse the repository at this point in the history
Init Helm Chart: Fixed helm template render
  • Loading branch information
lalithkota authored Nov 4, 2024
2 parents b88bea8 + 6d57b4a commit 4e0450e
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 4e0450e

Please sign in to comment.