Closed lvarin closed 3 months ago
This pull request addresses a bug in the 'update-config-map.sh' script. The change corrects a syntax error in the command that checks for the presence of 'yq'. The fix ensures that the script exits properly if 'yq' is not found.
IMPORTANT: Please create an issue before filing a pull request! Changes need to be discussed before proceeding. Please read the contribution guidelines.
Details
Please provide enough information so that others can review your pull request. Give a brief summary of the motivation. Refer to the corresponding issue/s with
#XXXX
for more information.Testing
Write the appropriate unit and integration tests, if applicable. Make sure these and all other tests pass.
Documentation
Please document your changes and test cases in the appropriate places, if applicable.
Style
Make sure your changes adhere to the coding/documentation style used throughout the project.
Closing issues
If your changes fix any issue/s, put
closes #XXXX
in your comment to auto-close it/them.Credit
Add your credentials to the list of contributors once your pull request was merged.
Summary by Sourcery
This pull request addresses a syntax error in the update-config-map.sh script, ensuring the script exits correctly when the 'yq' command is not found.