THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

Amazon Web Services

Reply

Passing file reference into yaml file for k8

[ Edited ]
New Member
Posts: 3
3948     0

I'm writing a yaml file to create a pod. And i have to pass multiple json files into the docker container.

How can i pass these files into the yaml file dynamically?

likithsunny

Re: Passing file reference into yaml file for k8

[ Edited ]
New Member
Posts: 1
3948     0

you can pass in the from-file argument multiple times to create a ConfigMap from multiple data sources.  kubectl get configmap game-config-env-file -o YAML  to use in the ConfigMap and <path-to-file> is the location of the data source file.

My Great Lakes

Showing results for 
Search instead for 
Did you mean: 

Recommended for You