The underscores are the problem. Can you convert them to hyphens? On Tue, Oct 25, 2016 at 5:45 AM, Stéphane Klein <[email protected] > wrote:
> Hi, > > How can I put logstash config files in ConfigMap ? > > > $ tree > . > ├── logstash-config > │ ├── 1_tcp_input.conf > │ ├── 2_news_filter.conf > │ └── 3_elasticsearch_ouput.conf > > $ oc create configmap logstash-config --from-file=logstash-config/ > error: 1_tcp_input.conf is not a valid key name for a configMap > > > For the moment I use PersistentVolume to store this configuration files > but I think that it isn't the better choice. > > Best regards, > Stéphane > -- > Stéphane Klein <[email protected]> > blog: http://stephane-klein.info > cv : http://cv.stephane-klein.info > Twitter: http://twitter.com/klein_stephane > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
