Skip to content

Instantly share code, notes, and snippets.

@Cuneytt
Forked from rjattrill/multiline-values.yaml
Created September 13, 2017 17:30
Show Gist options
  • Save Cuneytt/5cdd04f1125b0e6cc0a4566cef13a257 to your computer and use it in GitHub Desktop.
Save Cuneytt/5cdd04f1125b0e6cc0a4566cef13a257 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