summaryrefslogtreecommitdiff
path: root/f3s/linkding/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-13 08:56:23 +0300
committerPaul Buetow <paul@buetow.org>2025-08-13 08:56:23 +0300
commit0a7bb40a21953672ad5d788597e6547074c04d5f (patch)
tree0dc051b229d20971a0ea49b982efba40d73dbd44 /f3s/linkding/Justfile
parent96e7a74a96b05f1657cc6c6d879c0aecf1492fc4 (diff)
no
Diffstat (limited to 'f3s/linkding/Justfile')
-rw-r--r--f3s/linkding/Justfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/f3s/linkding/Justfile b/f3s/linkding/Justfile
deleted file mode 100644
index 366cb34..0000000
--- a/f3s/linkding/Justfile
+++ /dev/null
@@ -1,12 +0,0 @@
-NAMESPACE := "services"
-RELEASE_NAME := "linkding"
-CHART_PATH := "./helm-chart"
-
-install:
- helm install {{RELEASE_NAME}} {{CHART_PATH}} --namespace {{NAMESPACE}} --create-namespace
-
-upgrade:
- helm upgrade {{RELEASE_NAME}} {{CHART_PATH}} --namespace {{NAMESPACE}}
-
-delete:
- helm uninstall {{RELEASE_NAME}} --namespace {{NAMESPACE}} \ No newline at end of file