lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

skipper.Data.SetPath not working with multiple path components #69

Closed andaryjo closed 1 year ago

andaryjo commented 1 year ago

This works:

data.SetPath(frontends, "transformed_thomas_tcp_frontends")

While this does not:

data.SetPath(frontends, "transformed", "thomas", "tcp_frontends")

andaryjo commented 1 year ago

@lukasjarosch fixed that a while back in https://github.com/lukasjarosch/skipper/pull/70