Created
December 14, 2020 12:12
-
-
Save dnmgns/9dc0adca3122a45b7a8305ba415194e5 to your computer and use it in GitHub Desktop.
data value inte multiline
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 | |
--- | |
user: 'johndoe' |
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:yaml", "yaml") | |
#@ load("@ytt:data", "data") | |
#@ def user(): | |
#@yaml/text-templated-strings | |
--- | |
"/opt/user.sh --user (@= data.values.user @)" | |
--- | |
#@ end | |
--- | |
startup: | |
user.sh: #@ yaml.encode(user()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment