Passing file reference into yaml file for k8 – Likithsunny – Medium medium.com
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?
Report Story