Kubernetes - Dhall

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Carsten Csiky

Hi,
I'm looking into using dhall-kubernetes for kubernetes configuration and I would like to configure an entire system at once.
This is seems to be done in yaml by using the document separator in yaml: ---. For example: https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/#application-wordpress-wordpress-deployment-yaml

How would you achieve something similar with dhall, without generating multiple yaml files?