acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.14k stars 102 forks source link

fix: unescape dots in env names (#2442) #2452

Closed iwilltry42 closed 5 months ago

iwilltry42 commented 5 months ago

Missed a few spots to unescape dots in env var keys again after they've been escaped during unmarshalling.

Previous PR: https://github.com/acorn-io/runtime/pull/2428

Ref #2442

Checklist