# Templates We use [Go's built-in text template package](https://pkg.go.dev/text/template) to compile and render static pod manifests. See https://pkg.go.dev/text/template for more detail on data structures and syntax. ## Manifests The `manifests` directory contains a list of static pod template files. These files are rendered and written to `/etc/kubernetes/manifests`. e.g. `manifests/mymanifest1.yaml` -> `/etc/kubernetes/manifests/mymanifest1.yaml` `manifests/mymanifest2.yaml` -> `/etc/kubernetes/manifests/mymanifest2.yaml` ## Config Files - The `configfiles` directory contains a list of configuration template files. These files are rendered and written to `/zynstra/config`. e.g. `configfiles/myconfigfile.conf` -> `/zynstra/config/myconfigfile.conf` `configfiles/my/config/file.conf` -> `/zynstra/config/my/config/file.conf`