Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

Amazon Web Services

Reply

Passing file reference into yaml file for k8

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