▲ | zelphirkalt 3 days ago | |||||||
Maybe we should just use JSON files and convert them to YAML files before usage. No mistake of indentation possible and also does not allow "programming" inside the configuration shenanigans. | ||||||||
▲ | prmoustache 3 days ago | parent [-] | |||||||
you don't need to convert json files to use them with kubernetes. `kubectl` and most tooling in the kubernetes ecosystem supports json both as an input and output format. | ||||||||
|