Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a strvals source #16

Open
na-- opened this issue Nov 30, 2021 · 1 comment
Open

Add a strvals source #16

na-- opened this issue Nov 30, 2021 · 1 comment

Comments

@na--
Copy link
Member

na-- commented Nov 30, 2021

github.com/kubernetes/helm/pkg/strvals is a very nice config format that allows complex hierarchical configurations to be encoded in a single comma-separated value. Pretty much meant to be a flattened YAML, from what I understand...

We used it in several places in k6, but dropped it for simpler hand-roller parses in the few places where it was used, so we could drop the relatively big dependency (grafana/k6#926). Still, if we can implement it in a sane manner, it will be quite useful. Especially if we can actually combine it with the environment variable and CLI flags source, it would allow for some quite flexible configurations!

@mstoykov
Copy link

the current implementation used in loki's config where the more "complex" parts are actually used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants