This is an automated email from the ASF dual-hosted git repository.
ipolyzos 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 22ece4844 [helm][hotfix] Go template whitespace trimming caused
exceptions (#2893)
22ece4844 is described below
commit 22ece48444df1b6c56c1641a58eea0368bb4289a
Author: Muhammet Orazov <[email protected]>
AuthorDate: Wed Mar 18 12:37:15 2026 +0100
[helm][hotfix] Go template whitespace trimming caused exceptions (#2893)
* [helm][hotfix] Go template whitespace trimming caused exceptions
* Update and use without trimming
---
helm/templates/secret-jaas-config.yaml | 2 +-
helm/templates/serviceaccount.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm/templates/secret-jaas-config.yaml
b/helm/templates/secret-jaas-config.yaml
index 767ec8f05..6ed411acb 100644
--- a/helm/templates/secret-jaas-config.yaml
+++ b/helm/templates/secret-jaas-config.yaml
@@ -16,7 +16,7 @@
# limitations under the License.
#
-{{- if (include "fluss.security.sasl.plain.enabled" .) -}}
+{{ if (include "fluss.security.sasl.plain.enabled" .) }}
{{- $internalMechanism := include "fluss.security.listener.mechanism" (dict
"context" .Values "listener" "internal") -}}
{{- $clientMechanism := include "fluss.security.listener.mechanism" (dict
"context" .Values "listener" "client") -}}
{{- $internalUsername := include "fluss.security.sasl.plain.internal.username"
. -}}
diff --git a/helm/templates/serviceaccount.yaml
b/helm/templates/serviceaccount.yaml
index 5faa6022a..4de1550ea 100644
--- a/helm/templates/serviceaccount.yaml
+++ b/helm/templates/serviceaccount.yaml
@@ -16,7 +16,7 @@
# limitations under the License.
#
-{{- if .Values.serviceAccount.create }}
+{{ if .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata: