tpl

From wikieduonline
Jump to navigation Jump to search

ExtraVolumes templatable string of additional volumes to be passed to the tpl function

Official example[edit]

# external configuration file conf/app.conf
firstName={{ .Values.firstName }}
lastName={{ .Values.lastName }}

# values
firstName: Peter
lastName: Parker

# template
{{ tpl (.Files.Get "conf/app.conf") . }}

# output
firstName=Peter
lastName=Parker

Related[edit]

See also[edit]

Advertising: