Some checks failed
CI / build (push) Failing after 12s
GitOrigin-RevId: 6370f6ea785709295b6abcf9c60717cacf3ac432
8 lines
233 B
Jsonnet
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),
|
|
},
|
|
}
|