From 1a49262271579dd6a8372f6c69b8b2072a807540 Mon Sep 17 00:00:00 2001 From: Timur Sultanaev Date: Tue, 21 Jun 2022 14:25:43 +0200 Subject: [PATCH] Allow more comprehensive affinity config --- ci/helm-chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/helm-chart/templates/deployment.yaml b/ci/helm-chart/templates/deployment.yaml index f137a9d2a8b6..c1d3fa72cfd1 100644 --- a/ci/helm-chart/templates/deployment.yaml +++ b/ci/helm-chart/templates/deployment.yaml @@ -116,7 +116,7 @@ spec: {{- end }} {{- with .Values.affinity }} affinity: - {{- toYaml . | nindent 8 }} + {{- tpl . $ | nindent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: