Skip to content

Instantly share code, notes, and snippets.

@ob1-sc
Last active March 1, 2018 14:28
Show Gist options
  • Save ob1-sc/3619089ef99a1f54f8a1796ce99e1127 to your computer and use it in GitHub Desktop.
Save ob1-sc/3619089ef99a1f54f8a1796ce99e1127 to your computer and use it in GitHub Desktop.
Concourse - Cheat Sheet
cat <yaml to patch> | yaml-patch -o <yaml patch file> > <patched yaml>
@ob1-sc
Copy link
Author

ob1-sc commented Feb 15, 2018

YAML Patch Links:

  • (YAML Patch)[https://github.com/krishicks/yaml-patch/releases]
  • (PCF Pipeline Patching Examples)[https://github.com/pivotal-cf/pcf-pipelines/blob/master/docs/yaml-patch-examples.md]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment