You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not that uncommon to pass JSON in environment variables for complex data.
For example, If you deploy your stuff in a Kubernetes cluster using Helm and you have some additional logic that build together values of your env vars dynamically, chances are it will be convenient for you to leave these env var values as JSON strings.
Is this currently possible to parse an env variable as JSON of specific type like an array of strings e.g. ["http://url1", "http://url2"], or a struct?
The text was updated successfully, but these errors were encountered:
It's not that uncommon to pass JSON in environment variables for complex data.
For example, If you deploy your stuff in a Kubernetes cluster using Helm and you have some additional logic that build together values of your env vars dynamically, chances are it will be convenient for you to leave these env var values as JSON strings.
Is this currently possible to parse an env variable as JSON of specific type like an array of strings e.g.
["http://url1", "http://url2"]
, or a struct?The text was updated successfully, but these errors were encountered: