Skip to content

Instantly share code, notes, and snippets.

@pivotaljohn
Created February 21, 2023 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pivotaljohn/3a0b51e1d04af27d11162760be40752a to your computer and use it in GitHub Desktop.
Save pivotaljohn/3a0b51e1d04af27d11162760be40752a to your computer and use it in GitHub Desktop.
#@ load("@ytt:data", "data")
---
foo: #@ data.values
#@data/values-schema
#@overlay/match-child-defaults missing_ok=True
---
service:
#@schema/validation min_len=1
something: ""
#@data/values-schema
#@overlay/match-child-defaults missing_ok=True
---
echos:
- name: ""
port: 8080
text: "Hello #ytt World on 8080!"
service:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment