You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
Since there is no way to include "_" in job names and to use interpolated variables from nomad "-" in job names are replaced by "_" it would be useful to have a replace function.
Relevant Nomad job specification file
For template stanza it would be easy to use replaceAll from consul-template. For config stanza, not so much.