summaryrefslogtreecommitdiff
path: root/f3s/example-apache/Makefile
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/example-apache/Makefile
parent4d61df35d965f307d921d5c1a7f796fd112ce171 (diff)
migration to justfile
Diffstat (limited to 'f3s/example-apache/Makefile')
-rw-r--r--f3s/example-apache/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/f3s/example-apache/Makefile b/f3s/example-apache/Makefile
deleted file mode 100644
index 2936d22..0000000
--- a/f3s/example-apache/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-apply:
- helm install example-apache ./helm-chart --namespace test --create-namespace
-
-delete:
- helm uninstall example-apache --namespace test \ No newline at end of file