forked from hswaw/hscloud
This has been (succesfully) tested on prod and then rolled back. Change-Id: I22657f66b4aeaa8a0ae452035ba18a79f4549b14
7 lines
118 B
Jsonnet
7 lines
118 B
Jsonnet
// Only the admitomatic instance in k0.
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
admitomatic: k0.admitomatic,
|
|
}
|