mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-15 19:03:54 +00:00
7 lines
128 B
Text
7 lines
128 B
Text
// Only the CockroachDB cluster - nodes, clients etc.
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
cockroach: k0.cockroach,
|
|
}
|