About yq¶
As the website of yq mentions:
Quote
yq a lightweight and portable command-line YAML processor. yq uses jq like syntax but works with yaml files as well as json.
How and why do we use yq¶
We use yq to edit Kubernetes configuration files so they can be fed to envsubst through GitHub Actions workflows using secrets stored on GitHub Secrets before deployment.
Install yq¶
To install yq follow the official tutorial.
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.