Yaml evaluate variable in block

3/21/2020

Good day!

Please advice, is it possible to evaluate previously defined variable in further block. Example showed below.

host:
  url: https://example.com

config: |
  some data
  some data
  {{ host.url }}/api/v1/

Thank you in advance!

-- myMaster
eval
kubernetes-helm
variables
yaml

0 Answers