Bring up Linkding

This commit is contained in:
Daniel Cosme
2026-04-25 18:54:49 -04:00
parent c3ef84d4a9
commit 367efc949b

View File

@@ -36,9 +36,9 @@ func Stack() stack.Stack {
meta,
map[string]any{
"namespace": Namespace,
// "srv": srv,
// "pvc": pvc,
// "deployment": deployment(),
"srv": srv,
"pvc": pvc,
"deployment": deployment(),
},
)
return kz.Stack("linkding")