16 lines
228 B
Markdown
16 lines
228 B
Markdown
|
## Motivation
|
||
|
|
||
|
Setting yaml constructs inside configurations files via values.yaml.
|
||
|
|
||
|
## TL;DR
|
||
|
|
||
|
Setting it using
|
||
|
|
||
|
```
|
||
|
abc: |
|
||
|
...
|
||
|
```
|
||
|
|
||
|
works, however pushing the multiline string into helm might be the
|
||
|
bigger issue / challenge.
|