I am trying to implement Kubernetes resource deployment. For this I created deployment.yaml and service.yaml as my Kubernetes reources. And refering the dockerh
I wish to provide a structured configuration file which is as easy as possible for a non-technical user to edit (unfortunately it has to be a file) and so I wan
I'm trying using a setup similar to the following: version: '3.4' x-my-volumes: &volumes - '../src:/var/www/src/:cached' - '../static:/var/www/stat
I think indentation is important in YAML. I tested the following in irb: > puts({1=>[1,2,3]}.to_yaml) --- 1: - 1 - 2 - 3 => nil I expected some
I've browsed similar questions and believe i've applied all that i've been able to glean from answers. I have a .yml file where as far as I can tell each eleme