kelseyhightower/confd

delete _ in value

jumping opened this issue · 1 comments

confd removes underline '_' in value when generate config

  1. in yaml
    VER={{getv "/backend/version"}}

  2. in conf file
    /backend/version: 2_18_0

  3. final
    VER=2180

stela commented

Not the same issue, but for underscores in keys, see #567