|
import (
|
|
"list"
|
|
|
|
"du5t1n.me/cfg/app/collectd"
|
|
"du5t1n.me/cfg/app/fetchcert"
|
|
"du5t1n.me/cfg/app/promtail"
|
|
"du5t1n.me/cfg/app/loki"
|
|
"du5t1n.me/cfg/env/prod"
|
|
)
|
|
|
|
render: list.Concat([
|
|
prod.templates,
|
|
collectd.templates,
|
|
fetchcert.templates,
|
|
loki.templates,
|
|
promtail.templates,
|
|
])
|