Closed Beaujr closed 6 years ago
Install yq & jq https://yq.readthedocs.io/en/latest/ https://stedolan.github.io/jq/
Replace sed with yq Insert properties in to the yaml with yq This alllows us to be confident of consistently well structured yaml
Custom Tags new environment variable APPOPTICS_CUSTOM_TAGS
which is a commas separated colon delimited KV list eg NAME:TEST,IS_PRODUCTION:false,VERSION:5
LGTM
Install yq & jq https://yq.readthedocs.io/en/latest/ https://stedolan.github.io/jq/
Replace sed with yq Insert properties in to the yaml with yq This alllows us to be confident of consistently well structured yaml
Custom Tags new environment variable APPOPTICS_CUSTOM_TAGS
which is a commas separated colon delimited KV list eg NAME:TEST,IS_PRODUCTION:false,VERSION:5