From ba323e6decac2438f86827458c9ea5f1d6a719ec Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 1 Sep 2023 14:46:37 +0300 Subject: [PATCH] fix queryLimits indentation --- deploy/charts/mysql-cluster/templates/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}