forked from hswaw/hscloud
7 lines
128 B
Jsonnet
7 lines
128 B
Jsonnet
// Only the CockroachDB cluster - nodes, clients etc.
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
cockroach: k0.cockroach,
|
|
}
|