The new field is called 'envFrom' On Tue, Feb 7, 2017 at 7:42 PM, <[email protected]> wrote: > On Wednesday, February 8, 2017 at 3:05:02 AM UTC+5:30, Rodrigo Campos wrote: >> Cool. So is it working now? :) >> >> On Tuesday, February 7, 2017, Vinoth Narasimhan <[email protected]> wrote: >> Thanks Rodrigo >> >> >> >> I did the wrong implementation of configmap. We have 30 + ENV set , the >> command line literal values of each set looks heavy. >> >> >> >> It should be fine if kubernetes have method like --envfrom like in docker. >> >> >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Kubernetes user discussion and Q&A" group. >> >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> To post to this group, send email to [email protected]. >> >> Visit this group at https://groups.google.com/group/kubernetes-users. >> >> For more options, visit https://groups.google.com/d/optout. > > Not yet Rodrigo. I think if we construct the config map like below, it will > slove my case i guess. Yet to try out. > > apiVersion: v1 > kind: ConfigMap > metadata: > name: bcsp-var > namespace: default > data: > discovery_app: discovery > discovery_port: 8761 > ... > ... > ... > -- > > > This email is intended solely for the person or entity to which it is > addressed and may contain confidential and/or privileged information. If > you are not the intended recipient and have received this email in error, > please notify BroadSoft, Inc. immediately by replying to this message, and > destroy all copies of this message, along with any attachment, prior to > reading, distributing or copying it. > > -- > You received this message because you are subscribed to the Google Groups > "Kubernetes user discussion and Q&A" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
