-
Notifications
You must be signed in to change notification settings - Fork 982
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
missing envFrom to allow configure all key-value pairs in a ConfigMap as Pod environment variables #78
Comments
Need it too ;) I'm working on it now, PR incoming. |
I need this too, how can I set configMap values in a terraform kubernetes_pod resource ?? |
Any updates on this issue? Currently have a project that requires envFrom. |
+1 |
Looking forward to see this merged and released! |
Is this now supported? I see env_from in the documentation at this point. Edit: I see it's referenced above, I missed that on my first read. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Hi there,
Configure all key-value pairs in a ConfigMap as Pod environment variables was added in k8s 1.6 using
envFrom
configuration in container spec, it seems that this option is missing from terraform k8s provider.this example was taken from here
The text was updated successfully, but these errors were encountered: