From 8e3a0d720d9d25c09939bab0ebd8c69603de7111 Mon Sep 17 00:00:00 2001 From: jiecloud Date: Fri, 23 Jan 2026 17:14:15 +0800 Subject: [PATCH] fix helm local repo address change to helm install rustfs -n rustfs --create-namespace ./ --set ingress.className="traefik" helm install rustfs -n rustfs --create-namespace ./ --set ingress.className="nginx" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f8ce5e..18d6e70 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Due to the traefik and ingress has different session sticky/affinity annotations If your ingress class is `traefik`, running the command: ``` -helm install rustfs rustfs/rustfs -n rustfs --create-namespace --set ingress.className="traefik" +helm install rustfs -n rustfs --create-namespace ./ --set ingress.className="traefik" ``` ## Installation with nginx controller @@ -58,7 +58,7 @@ helm install rustfs rustfs/rustfs -n rustfs --create-namespace --set ingress.cla If your ingress class is `nginx`, running the command: ``` -helm install rustfs rustfs/rustfs -n rustfs --create-namespace --set ingress.className="nginx" +helm install rustfs -n rustfs --create-namespace ./ --set ingress.className="nginx" ``` # Installation check and rustfs login