I have this consul kv
curl -XPUT http://localhost:8500/v1/kv/consul-server1/testData -d HELLO
how can i call/pass it in nomad job as env variable?
env { "data"= ? }
I have this consul kv
curl -XPUT http://localhost:8500/v1/kv/consul-server1/testData -d HELLO
how can i call/pass it in nomad job as env variable?
env { "data"= ? }