ungleich-k8s/helm/treetest
Nico Schottelius 4f19a2a6fb finish the helm yaml tree test 2022-03-29 18:28:28 +02:00
..
templates Add a test helm chart for tree inclusion 2022-03-29 17:29:18 +02:00
test finish the helm yaml tree test 2022-03-29 18:28:28 +02:00
Chart.yaml Add a test helm chart for tree inclusion 2022-03-29 17:29:18 +02:00
README.md finish the helm yaml tree test 2022-03-29 18:28:28 +02:00
values.yaml finish the helm yaml tree test 2022-03-29 18:28:28 +02:00

README.md

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.