hscloud/cluster/kube/k0-identd.jsonnet

8 lines
111 B
Plaintext

// Only the identd instance in k0.
local k0 = (import "k0.libsonnet").k0;
{
identd: k0.cluster.identd,
}