From 076b0acfa4222a85f484052abbeaa26abdd5a557 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 8 Aug 2025 15:29:09 +0300 Subject: migration to justfile --- f3s/wallabag/Justfile | 5 +++++ f3s/wallabag/Makefile | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 f3s/wallabag/Justfile delete mode 100644 f3s/wallabag/Makefile (limited to 'f3s/wallabag') diff --git a/f3s/wallabag/Justfile b/f3s/wallabag/Justfile new file mode 100644 index 0000000..ed667b5 --- /dev/null +++ b/f3s/wallabag/Justfile @@ -0,0 +1,5 @@ +apply: + helm install wallabag ./helm-chart --namespace services --create-namespace + +delete: + helm uninstall wallabag --namespace services diff --git a/f3s/wallabag/Makefile b/f3s/wallabag/Makefile deleted file mode 100644 index 1a2dbe6..0000000 --- a/f3s/wallabag/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -apply: - helm install wallabag ./helm-chart --namespace services --create-namespace - -delete: - helm uninstall wallabag --namespace services -- cgit v1.2.3