Skip to content

Instantly share code, notes, and snippets.

@dnmgns
Created December 14, 2020 12:12
Show Gist options
  • Save dnmgns/9dc0adca3122a45b7a8305ba415194e5 to your computer and use it in GitHub Desktop.
Save dnmgns/9dc0adca3122a45b7a8305ba415194e5 to your computer and use it in GitHub Desktop.
data value inte multiline
#@data/values
---
user: 'johndoe'
#@ 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