This is an automated email from the ASF dual-hosted git repository.

yunhong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 2c49fbc5b [helm] Fix wrong resource name in coordinator sts (#2834)
2c49fbc5b is described below

commit 2c49fbc5b132ac034ea5c2f7d4ea78a891d861c2
Author: Muhammet Orazov <[email protected]>
AuthorDate: Tue Mar 10 12:11:30 2026 +0100

    [helm] Fix wrong resource name in coordinator sts (#2834)
---
 helm/templates/sts-coordinator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/templates/sts-coordinator.yaml 
b/helm/templates/sts-coordinator.yaml
index 7bffccc82..6e187bd98 100644
--- a/helm/templates/sts-coordinator.yaml
+++ b/helm/templates/sts-coordinator.yaml
@@ -95,7 +95,7 @@ spec:
             tcpSocket:
               port: {{ .Values.listeners.client.port }}
           resources:
-            {{- toYaml .Values.resources.tabletServer | nindent 12 }}
+            {{- toYaml .Values.resources.coordinatorServer | nindent 12 }}
           volumeMounts:
             - name: fluss-conf
               mountPath: /opt/conf

Reply via email to