EnvFile icon indicating copy to clipboard operation
EnvFile copied to clipboard

Allow Kubernetes yaml style

Open girafi opened this issue 1 year ago • 0 comments

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!

girafi avatar May 16 '23 05:05 girafi