Remove unnecessary space from application.yml of GMS #5216
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was an extra space in the application.yml file on the definition of
elasticsearch.index.numRetries
. Even we couldn't see that this cause any issue, we still wanted to make a change for the consistency in the format of the file.See a broader context from the slack thread around an issue we have with overriding the
elasticsearch.index.numRetries
config by passing the env varELASTICSEARCH_INDEX_BUILDER_NUM_RETRIES
Checklist