summaryrefslogtreecommitdiff
path: root/f3s/example-apache-volume-claim/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-07 09:37:29 +0300
committerPaul Buetow <paul@buetow.org>2025-08-07 09:37:29 +0300
commite70b2730de420a84b5da9501bc705913aba3e289 (patch)
tree413cf1c47446dda5d410ec462ae6f76c9934bb5d /f3s/example-apache-volume-claim/Makefile
parent1b204bffe48809c6695ce22d6e05851e22e3cc5d (diff)
modify regtistry to be a helm chart as well and some refactor
Diffstat (limited to 'f3s/example-apache-volume-claim/Makefile')
-rw-r--r--f3s/example-apache-volume-claim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/example-apache-volume-claim/Makefile b/f3s/example-apache-volume-claim/Makefile
index 19f4714..e202f6c 100644
--- a/f3s/example-apache-volume-claim/Makefile
+++ b/f3s/example-apache-volume-claim/Makefile
@@ -1,5 +1,5 @@
apply:
- helm install example-apache-volume-claim ./helm-chart
+ helm install example-apache-volume-claim ./helm-chart --namespace test --create-namespace
delete:
- helm uninstall example-apache-volume-claim \ No newline at end of file
+ helm uninstall example-apache-volume-claim --namespace test