From f5ef69b450b002c3cb9cc976fb4f79efb4e93349 Mon Sep 17 00:00:00 2001 From: MartijnDeMoorNN <101107791+MartijnDeMoorNN@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:15:59 +0100 Subject: [PATCH] indent to 8 for tolerations and nodeSelector (#910) * indent to 8 for tolerations and nodeSelector --- charts/testkube-api/templates/deployment.yaml | 8 ++++---- charts/testkube-logs/templates/deployment.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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: