Loading environment variables using envFrom
This is potentially a feature request.
Is it possible to use the envFrom, or something similar that produces the same results?
override:
nodeAgent:
envFrom:
- secretRef:
name: my-secret-secret
Hi @Ekman, we don't currently have an envFrom field, but I'll add envFrom as a feature request to our backlog. Would using env.valueFrom work for your use case for now? https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#define-container-environment-variables-using-secret-data
Thanks for the suggestion! Unfortunately, env.valueFrom does not cut it for us as we have too many secrets to load.
I see, thanks for the additional detail. We'll reach out on this thread with any updates on the issue.
Hi, Any news on this issue ?