yesod-mirror/k8s/configs/templates/templates.libsonnet

9 lines
233 B
Jsonnet
Raw Permalink Normal View History

local kube = import "k8s/configs/base.libsonnet";
{
annotations(filePath, templatePath): {
"infra.workspacePath": kube.asWorkspacePath(filePath),
"infra.templates.workspacePath": kube.asWorkspacePath(templatePath),
},
}