Skip to content

Instantly share code, notes, and snippets.

@neil-hickey
Created December 20, 2022 17:22
Show Gist options
  • Save neil-hickey/26ecebd108154fbb16bf83545bcc0bfc to your computer and use it in GitHub Desktop.
Save neil-hickey/26ecebd108154fbb16bf83545bcc0bfc to your computer and use it in GitHub Desktop.
#! variables that need to be externally configurable
#! are specified in a data values schema file
#@ load("@ytt:data", "data")
list_with_a_map: #@ data.values.my_map
#@data/values-schema
---
my_map:
key1: value1
key2: value2
#@data/values
---
my_map:
key1: 3
key2: value2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment