diff --git a/charts/testkube-logs/templates/deployment.yaml b/charts/testkube-logs/templates/deployment.yaml index b84af747a..5a5487abe 100644 --- a/charts/testkube-logs/templates/deployment.yaml +++ b/charts/testkube-logs/templates/deployment.yaml @@ -199,10 +199,10 @@ spec: {{- end }} {{- if .Values.tolerations }} tolerations: - {{- toYaml .Values.tolerations | nindent 6 }} + {{- toYaml .Values.tolerations | nindent 8 }} {{- else if .Values.global.tolerations }} tolerations: - {{- toYaml .Values.global.tolerations | nindent 6 }} + {{- toYaml .Values.global.tolerations | nindent 8 }} {{- end }} {{- if .Values.nodeSelector }} nodeSelector: