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

Allow Kubernetes yaml style #218

Open
girafi opened this issue May 16, 2023 · 0 comments
Open

Allow Kubernetes yaml style #218

girafi opened this issue May 16, 2023 · 0 comments

Comments

@girafi
Copy link

girafi commented May 16, 2023

We have lots of Kubernetes config files in yaml that list the env vars in the following style:

env:
- name: MY_KEY_1
  value: "value1"
- name: MY_KEY_2
  value: "value2"

We would love to also use the same yaml locally for running with your gorgeous and awesome fancy envVar plugin.
Converting them to yaml dictionary is unfornunately quite a step always

Thanks for your care!

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

1 participant