Helm provider: Trying to put mimic values in a set command

Hi!

I’m trying to mimic the following values-file, that works on plain helm, but for some reason using the Helm provider it doesnt:

nextcloud:
  configs:
    s3.config.php: |- <some literal php string here>
    smtp.config.php: |- <some more php here>

What would be the corresponding way to make this work in ‘set’ blocks?

Thanks!