Remove (temporarily) linkding deployment

This commit is contained in:
Daniel Cosme
2026-04-25 11:48:54 -04:00
parent 66494a9712
commit 3062b79fcb
7 changed files with 17 additions and 88 deletions
+4 -4
View File
@@ -35,10 +35,10 @@ func Stack() stack.Stack {
kz := kube.NewKuztomizedStack(
meta,
map[string]any{
"namespace": Namespace,
"srv": srv,
"pvc": pvc,
"deployment": deployment(),
"namespace": Namespace,
// "srv": srv,
// "pvc": pvc,
// "deployment": deployment(),
},
)
return kz.Stack("linkding")