summaryrefslogtreecommitdiff
path: root/f3s/syncthing
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-08 15:29:09 +0300
committerPaul Buetow <paul@buetow.org>2025-08-08 15:29:09 +0300
commit076b0acfa4222a85f484052abbeaa26abdd5a557 (patch)
treee311ca0290fd8225dc6996bddab2ac1b9b7b6b95 /f3s/syncthing
parent4d61df35d965f307d921d5c1a7f796fd112ce171 (diff)
migration to justfile
Diffstat (limited to 'f3s/syncthing')
-rw-r--r--f3s/syncthing/Justfile5
-rw-r--r--f3s/syncthing/Makefile5
2 files changed, 5 insertions, 5 deletions
diff --git a/f3s/syncthing/Justfile b/f3s/syncthing/Justfile
new file mode 100644
index 0000000..6263214
--- /dev/null
+++ b/f3s/syncthing/Justfile
@@ -0,0 +1,5 @@
+apply:
+ helm install syncthing ./helm-chart --namespace services --create-namespace
+
+delete:
+ helm uninstall syncthing --namespace services
diff --git a/f3s/syncthing/Makefile b/f3s/syncthing/Makefile
deleted file mode 100644
index d4d339e..0000000
--- a/f3s/syncthing/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-apply:
- helm install syncthing ./helm-chart --namespace services --create-namespace
-
-delete:
- helm uninstall syncthing --namespace services \ No newline at end of file