From 494e90df907413722560903cfd2aad7c3e7fb7af Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Wed, 31 Mar 2021 11:23:42 -0500 Subject: [PATCH] Add toleration for taint in helm-chart-collator This commit adds toleation for taint master:NoSchedule so that helm-chart-collator deployment will be successfull Signed-off-by: Sreejith Punnapuzha Change-Id: I4c5115a57596984247f7540d2acefd315ef99da4 --- .../function/helm-chart-collator/helm-chart-collator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/function/helm-chart-collator/helm-chart-collator.yaml b/manifests/function/helm-chart-collator/helm-chart-collator.yaml index b56cd1471..b076c2c88 100644 --- a/manifests/function/helm-chart-collator/helm-chart-collator.yaml +++ b/manifests/function/helm-chart-collator/helm-chart-collator.yaml @@ -18,6 +18,9 @@ spec: labels: app: helm-chart-collator spec: + tolerations: + - key: node-role.kubernetes.io/master + effect: NoSchedule containers: - name: helm-chart-collator image: quay.io/airshipit/helm-chart-collator:latest