From 50570a6e761d08c775ed06d75cedd3a0d1004eee Mon Sep 17 00:00:00 2001 From: Mark Sanchez Date: Thu, 26 Aug 2021 15:48:37 -0500 Subject: [PATCH] remove extra indent --- chart/templates/mattermost.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/mattermost.yaml b/chart/templates/mattermost.yaml index de32726..aba1521 100644 --- a/chart/templates/mattermost.yaml +++ b/chart/templates/mattermost.yaml @@ -159,7 +159,7 @@ spec: {{- if .Values.tolerations }} tolerations: - {{- toYaml .Values.tolerations | nindent 6 }} + {{- toYaml .Values.tolerations | nindent 4 }} {{- end }} {{- with .Values.volumes }} -- GitLab