1
0
Fork 0

cluster/kube: add k0-cert-manager.jsonnet view

Change-Id: I4d008839f6d6190d0d88fd3fff44974c4f2db2c0
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1499
Reviewed-by: implr <implr@hackerspace.pl>
master
q3k 2023-04-01 11:31:58 +00:00 committed by q3k
parent 9251121fa9
commit 57df027f28
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// Only the CockroachDB cluster - nodes, clients etc.
local k0 = (import "k0.libsonnet").k0;
{
certmanager: k0.cluster.certmanager,
}