A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files

  • @[email protected]
    link
    fedilink
    373 months ago

    You shouldn’t write complex yaml files. Keep it simple and yaml is great. Do complex stuff and you’ll hate your life.

    • @[email protected]
      link
      fedilink
      293 months ago

      If you write your own tooling then it’s great. The vast majority of us are using other people’s tooling and have to deal with their imposed complexity. I for one hate GitHub actions with a passion.

      • @[email protected]
        link
        fedilink
        123 months ago

        None of the complexity of GitHub actions would be solved with any other configuration language. It needs to be a full scripting language at minimum. The problems with GHA have nothing to do with yaml.

      • @[email protected]
        link
        fedilink
        English
        8
        edit-2
        3 months ago

        I’m convinced everybody who told me that “GitHub actions are great!” were just part of one big prank.

        • @[email protected]
          link
          fedilink
          12 months ago

          Kubernetes seems closer to the top of the tower of Babel than to the basement. Part of it anyway.

      • @[email protected]
        link
        fedilink
        12 months ago

        JSON is not easier for most strings. Anything multiline for example.

        But yaml is a superset of JSON so you literally can use JSON and it’s still valid YAML.