python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to preserve format with yaml dump in python3
I want to change only the attribute anotherName from the following yaml file with python.
test.yaml:
---
kind: test
scope: not far
spec:
test1:
options:
- name: test.com
anotherNam...
Warok
Votes: 0
Answers: 2
How to tag nodes implicitly in yaml (PyYAML)
Consider this yaml file:
!my-type
name: My type
items:
- name: First item
number: 42
- name: Second item
number: 43
There is one top level object that contains a collection of dictionarie...

ivaigult
Votes: 0
Answers: 2
Syntax of multiple dictionaries in one YAML file and how to access each one of them with PyYAML
I have a few small dictionaries which I would like to include in one yaml file and access each one of them separately with PyYAML.
After having some trouble finding out how to write the YAML file, I e...

Newbielp
Votes: 0
Answers: 1
Django Kubernetes yaml error mapping values are not allowed in this context
Im currently trying to run
helm upgrade --install --dry-run --debug django-test ./helm/django-website
but when i do im met with this error line and i cant seem to fix the issue with anything i try
Er...
chow4rd
Votes: 0
Answers: 0