summaryrefslogtreecommitdiff
path: root/f3s/example-apache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/example-apache/Makefile')
-rw-r--r--f3s/example-apache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/example-apache/Makefile b/f3s/example-apache/Makefile
index ec6dc2c..2936d22 100644
--- a/f3s/example-apache/Makefile
+++ b/f3s/example-apache/Makefile
@@ -1,5 +1,5 @@
apply:
- helm install example-apache ./helm-chart
+ helm install example-apache ./helm-chart --namespace test --create-namespace
delete:
- helm uninstall example-apache
+ helm uninstall example-apache --namespace test \ No newline at end of file