Skip to content

Instantly share code, notes, and snippets.

@josemarcosrf
Forked from rjattrill/multiline-values.yaml
Created February 25, 2020 15:01
Show Gist options
  • Save josemarcosrf/7b9732328e47ac5c374c0fa63bf17b8b to your computer and use it in GitHub Desktop.
Save josemarcosrf/7b9732328e47ac5c374c0fa63bf17b8b to your computer and use it in GitHub Desktop.
Break YAML over multiple lines
# Join multiple lines without new line
value: >
part 1
part 2
# Join with newline
value2: |
line 1
line 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment