diff --git a/deploy/charts/mysql-cluster/templates/cluster.yaml b/deploy/charts/mysql-cluster/templates/cluster.yaml index 686c9dea7..4512a3df2 100644 --- a/deploy/charts/mysql-cluster/templates/cluster.yaml +++ b/deploy/charts/mysql-cluster/templates/cluster.yaml @@ -74,5 +74,5 @@ spec: {{- if .Values.queryLimits }} queryLimits: - {{ toYaml .Values.queryLimits | indent 4 }} + {{- toYaml .Values.queryLimits | nindent 4 }} {{- end }}