summaryrefslogtreecommitdiff
path: root/f3s/example-apache/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-07 09:27:52 +0300
committerPaul Buetow <paul@buetow.org>2025-08-07 09:27:52 +0300
commit1b204bffe48809c6695ce22d6e05851e22e3cc5d (patch)
tree9c02454e1d72c431be4b3f997c5683646137923a /f3s/example-apache/Makefile
parent4849dd092768adc37f5cfd482f4f0b62d372c679 (diff)
add makefile
Diffstat (limited to 'f3s/example-apache/Makefile')
-rw-r--r--f3s/example-apache/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/f3s/example-apache/Makefile b/f3s/example-apache/Makefile
new file mode 100644
index 0000000..ec6dc2c
--- /dev/null
+++ b/f3s/example-apache/Makefile
@@ -0,0 +1,5 @@
+apply:
+ helm install example-apache ./helm-chart
+
+delete:
+ helm uninstall example-apache