Merge "Add toleration for taint in helm-chart-collator"

This commit is contained in:
Zuul 2021-04-01 06:45:20 +00:00 committed by Gerrit Code Review
commit 030bb123d8

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