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