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:
|
labels:
|
||||||
app: helm-chart-collator
|
app: helm-chart-collator
|
||||||
spec:
|
spec:
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/master
|
||||||
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
- name: helm-chart-collator
|
- name: helm-chart-collator
|
||||||
image: quay.io/airshipit/helm-chart-collator:latest
|
image: quay.io/airshipit/helm-chart-collator:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user