Skip to content

Instantly share code, notes, and snippets.

@jtigger
Last active February 8, 2023 15:06
Show Gist options
  • Save jtigger/81639ea1618adb3b783ce66d4ecae523 to your computer and use it in GitHub Desktop.
Save jtigger/81639ea1618adb3b783ce66d4ecae523 to your computer and use it in GitHub Desktop.
ytt example answering
---
resources:
- index: 1
- index: 2
#@ load("@ytt:overlay", "overlay")
#@overlay/match by=overlay.all
---
#@overlay/match-child-defaults missing_ok=True
resources:
#@overlay/match by="index"
- index: 2
more: True
#@overlay/match by="index"
- index: 3
#@overlay/match by="index"
- index: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment