cloud-bulldozer / performance-dashboards

Performance dashboards from the Perf & Scale team
Apache License 2.0
16 stars 36 forks source link

Remove jq dependency for dittybopper deployment #38

Closed chaitanyaenr closed 1 year ago

chaitanyaenr commented 2 years ago

Current implementation expects jq package to be installed on the host to deploy dittybopper: https://github.com/cloud-bulldozer/performance-dashboards/blob/master/dittybopper/k8s-deploy.sh#L110 which creates an additional dependency. Thoughts on removing the dependency?