Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

Amazon Web Services

Reply

Passing file reference into yaml file for k8

[ Edited ]
New Member
Posts: 3
3158     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
3159     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