diff --git a/charts/testkube-api/templates/deployment.yaml b/charts/testkube-api/templates/deployment.yaml index 27e8298e8..faf755c8c 100644 --- a/charts/testkube-api/templates/deployment.yaml +++ b/charts/testkube-api/templates/deployment.yaml @@ -338,15 +338,15 @@ 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: - {{- toYaml .Values.nodeSelector | nindent 6 }} + {{- toYaml .Values.nodeSelector | nindent 8 }} {{- else if .Values.global.nodeSelector }} nodeSelector: - {{- toYaml .Values.global.nodeSelector | nindent 6 }} + {{- toYaml .Values.global.nodeSelector | nindent 8 }} {{- end }} diff --git a/charts/testkube-logs/templates/deployment.yaml b/charts/testkube-logs/templates/deployment.yaml index ec52eeb2e..1c4e67a53 100644 --- a/charts/testkube-logs/templates/deployment.yaml +++ b/charts/testkube-logs/templates/deployment.yaml @@ -197,10 +197,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: