Create global variables used by all Namespaces

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

Hi @jrasell ,

Thank you for your response. I will try to find another solution :wink:

Kevin

1 Like