diff --git a/helm/templates/secret-jaas-config.yaml b/helm/templates/secret-jaas-config.yaml index 767ec8f058..6ed411acbe 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 5faa6022a1..4de1550eab 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: