mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-15 18:03:54 +00:00
7 lines
111 B
Text
7 lines
111 B
Text
// Only the identd instance in k0.
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
identd: k0.cluster.identd,
|
|
}
|