hscloud/cluster/kube/k0-cockroach.jsonnet

8 lines
128 B
Plaintext

// Only the CockroachDB cluster - nodes, clients etc.
local k0 = (import "k0.libsonnet").k0;
{
cockroach: k0.cockroach,
}