aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorezMartin <morez.martin@gmail.com>2025-12-10 21:56:09 +0100
committerGitHub <noreply@github.com>2025-12-10 12:56:09 -0800
commit2fa36549dff81d07fe946178c6f2df8f4f249e16 (patch)
tree4f7ccec2c35f2a7e4f909f42fa96c56dbc72e984
parente2259402020204ddb940cc26a12367ff5a685c97 (diff)
downloadseaweedfs-2fa36549dff81d07fe946178c6f2df8f4f249e16.tar.xz
seaweedfs-2fa36549dff81d07fe946178c6f2df8f4f249e16.zip
fix worker -admin -adminServer error (#7706)
-rw-r--r--k8s/charts/seaweedfs/templates/worker/worker-deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s/charts/seaweedfs/templates/worker/worker-deployment.yaml b/k8s/charts/seaweedfs/templates/worker/worker-deployment.yaml
index 40c1e32af..45e8ba65c 100644
--- a/k8s/charts/seaweedfs/templates/worker/worker-deployment.yaml
+++ b/k8s/charts/seaweedfs/templates/worker/worker-deployment.yaml
@@ -132,9 +132,9 @@ spec:
{{- end }}
worker \
{{- if .Values.worker.adminServer }}
- -adminServer={{ .Values.worker.adminServer }} \
+ -admin={{ .Values.worker.adminServer }} \
{{- else }}
- -adminServer={{ template "seaweedfs.name" . }}-admin.{{ .Release.Namespace }}:{{ .Values.admin.grpcPort }} \
+ -admin={{ template "seaweedfs.name" . }}-admin.{{ .Release.Namespace }}:{{ .Values.admin.grpcPort }} \
{{- end }}
-capabilities={{ .Values.worker.capabilities }} \
-maxConcurrent={{ .Values.worker.maxConcurrent }} \