yesod-mirror/k8s/configs/templates/templates.libsonnet
Copybara 8157b39ea4
Some checks failed
CI / build (push) Failing after 12s
Project import generated by Copybara.
GitOrigin-RevId: 6370f6ea785709295b6abcf9c60717cacf3ac432
2026-01-20 21:26:21 +00:00

8 lines
233 B
Jsonnet

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