hscloud/cluster/kube/k0-identd.jsonnet
Serge Bazanski 2414afe3c0 cluster/kube: deploy identd
Change-Id: I9a00487fc4a972ecb0904055dbaaab08221062c1
2021-05-26 19:46:09 +00:00

7 lines
111 B
Text

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