mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
The keys of `meta` fields have all characters outside of `[A-Za-z0-9_.]` replaced by underscores when we create `NOMAD_META` environment variables. Make sure this replacement is documented. Fixes: https://github.com/hashicorp/nomad/issues/15359