Skip to content

Instantly share code, notes, and snippets.

@jtigger
Created February 14, 2020 16:54
Show Gist options
  • Save jtigger/a3dbb1bb167452e288692e32127a4bf5 to your computer and use it in GitHub Desktop.
Save jtigger/a3dbb1bb167452e288692e32127a4bf5 to your computer and use it in GitHub Desktop.
ytt: `overlay/match` on an Array Item expecting to match many
---
clients:
- client1:
secret: blah1
- client2:
secret: blah2
#@ load("@ytt:overlay", "overlay")
#@overlay/match by=overlay.all
---
clients:
#@overlay/match by=overlay.all,expects="1+"
- client1:
secret: foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment