Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for i in `seq 0 $(grep resource charts-habx.tf | wc -l)`; do json2hcl -reverse < charts-habx.tf | jq ".[][$i][][][][].values" 2>&1 | grep -v null | yq -j '.' | yq . | jq -r '. | "\(.name) \(.ingress.host)\(.ingress.route)"' | grep -v null ; done
Add Comment
Please, Sign In to add comment