Merge "Add toleration for taint in helm-chart-collator"
This commit is contained in:
commit
030bb123d8
@ -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…
Reference in New Issue
Block a user