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:
parent
9329b9cc21
commit
494e90df90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user