From de317a09fe14787547a25756164d768d600d3e5a Mon Sep 17 00:00:00 2001 From: strowk Date: Mon, 18 Jul 2022 23:38:21 +0200 Subject: [PATCH] Allow more comprehensive affinity config (#5285) Co-authored-by: Timur Sultanaev Co-authored-by: Joe Previte --- 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 f36806553..3a5e45166 100644 --- a/ci/helm-chart/templates/deployment.yaml +++ b/ci/helm-chart/templates/deployment.yaml @@ -119,7 +119,7 @@ spec: {{- end }} {{- with .Values.affinity }} affinity: - {{- toYaml . | nindent 8 }} + {{- tpl . $ | nindent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: