Use this tag for questions about the YAML data serialization format only, not for questions about programs (or examples) that happen to have their configuration in a YAML format.
After updating the gems I've got this: /home/megas/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:148:in `parse': couldn't …
ruby-on-rails-3 yaml redclothHow can I pass yaml array to --extra-vars in Ansible playbook. Ansible documentation does not declares its syntax nor I …
yaml ansible-playbookI have the following YAML fragment: description: | "API for bean consuming applications. Examples: painted pony, lima bean" Swagger editor interprets …
escaping yaml swaggerI am trying to deploy my app to Kubernetes running in Google Container Engine. The app can be found at: …
docker yaml kubernetes google-kubernetes-engine google-container-registrycompose.yml file, which looks like this: version: '2' services: discovery-microservice: build: discovery-microservice context: /discovery-microservice/target/docker dockerfile: Dockerfile …
docker yaml docker-compose dockerfileI have a spring application that is currently using *.properties files and I want to have it using YAML files …
java spring yaml properties-fileI have this: user_dir: /home/user user_pics: /home/user/pics How could I use the user_dir for …
concatenation yamlFrom my controllers, I access the application parameters (those in /app/config) with $this->container->getParameter('my_param') …
php symfony yamlI'm trying to write a gitlab-ci.yml file which uses a multi-line string for the command. However, it seems like …
yaml gitlab-ci gitlab-ci-runnerI used an application.properties with Spring Boot (1.3 M1) and started to translate it into a yaml file because it …
java logging spring-boot yaml