Hello,
I have 2 identical jobs in 2 different namespace. I would like to declare a variable usable by both of them. I can’t find in the documentation how to do that.
Is it possible or not ?
Thank you for your help.
Kevin
Hello,
I have 2 identical jobs in 2 different namespace. I would like to declare a variable usable by both of them. I can’t find in the documentation how to do that.
Is it possible or not ?
Thank you for your help.
Kevin
Hi @frakev,
Nomad variables are tied to namespaces, therefore a single variable cannot be used across jobs in different namespaces.
Thanks,
jrasell and the Nomad team