From e70b2730de420a84b5da9501bc705913aba3e289 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2025 09:37:29 +0300 Subject: modify regtistry to be a helm chart as well and some refactor --- f3s/example-apache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'f3s/example-apache/Makefile') 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 -- cgit v1.2.3