Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

Amazon Web Services

Reply

Passing file reference into yaml file for k8

[ Edited ]
Member
Posts: 3
2617     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
2618     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