Bring up Linkding

This commit is contained in:
Daniel Cosme
2026-04-25 18:54:49 -04:00
parent c3ef84d4a9
commit 367efc949b
+4 -4
View File
@@ -35,10 +35,10 @@ func Stack() stack.Stack {
kz := kube.NewKuztomizedStack( kz := kube.NewKuztomizedStack(
meta, meta,
map[string]any{ map[string]any{
"namespace": Namespace, "namespace": Namespace,
// "srv": srv, "srv": srv,
// "pvc": pvc, "pvc": pvc,
// "deployment": deployment(), "deployment": deployment(),
}, },
) )
return kz.Stack("linkding") return kz.Stack("linkding")