From 02d0b011f40ec421e8f2d3975c3e1b5b68cc9eb4 Mon Sep 17 00:00:00 2001 From: liyaka Date: Sun, 17 Nov 2024 18:03:35 +0200 Subject: [PATCH] fix indentation --- .../helm_chart/opik/templates/clickhouse-backup-cronjob.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm_chart/opik/templates/clickhouse-backup-cronjob.yaml b/deployment/helm_chart/opik/templates/clickhouse-backup-cronjob.yaml index 27536b7ddc..9ab800ddcc 100644 --- a/deployment/helm_chart/opik/templates/clickhouse-backup-cronjob.yaml +++ b/deployment/helm_chart/opik/templates/clickhouse-backup-cronjob.yaml @@ -43,11 +43,11 @@ spec: {{- with .Values.clickhouse.nodeSelector }} nodeSelector: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 12 }} {{- end }} {{- with .Values.clickhouse.tolerations }} tolerations: - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 12 }} {{- end }} restartPolicy: Never backoffLimit: