i hava a yml-file like this:
jvm_config:
tomcat_port: 1066
jvm_opts: "-Dcom.sun.management.jmxremote.port=10667"
and want to have something like this.
jvm_config:
tomcat_port: 1066
jvm_opts: "-Dcom.sun.management.jmxremote.port=${tomcat_port}7"
in xml it works but how to do in yml?