forked from hswaw/hscloud
7 lines
111 B
Jsonnet
7 lines
111 B
Jsonnet
// Only the identd instance in k0.
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
identd: k0.cluster.identd,
|
|
}
|