Skip to content

Instantly share code, notes, and snippets.

@abn
Created June 23, 2017 05:09
Show Gist options
  • Select an option

  • Save abn/af1fac314421eae2dff1202a7e7f77fe to your computer and use it in GitHub Desktop.

Select an option

Save abn/af1fac314421eae2dff1202a7e7f77fe to your computer and use it in GitHub Desktop.
openshift-jq: remove triggers example
jq '.spec.triggers |= map(select(contains({"type": "ImageChange"}) | not))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment