Created
February 21, 2023 22:15
-
-
Save pivotaljohn/3a0b51e1d04af27d11162760be40752a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@ load("@ytt:data", "data") | |
--- | |
foo: #@ data.values |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@data/values-schema | |
#@overlay/match-child-defaults missing_ok=True | |
--- | |
service: | |
#@schema/validation min_len=1 | |
something: "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@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