summaryrefslogtreecommitdiff
path: root/f3s/example-apache
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/example-apache')
-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