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 <Sreejith.Punnapuzha@outlook.com>
Change-Id: I4c5115a57596984247f7540d2acefd315ef99da4
This commit is contained in:
Sreejith Punnapuzha 2021-03-31 11:23:42 -05:00
parent 9329b9cc21
commit 494e90df90
1 changed files with 3 additions and 0 deletions

View File

@ -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