add ci toleration

This commit is contained in:
Patrick Schratz 2024-11-21 10:58:00 +01:00
commit 7729de0621
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -55,6 +55,11 @@ steps:
cpu: 2000m
nodeSelector:
kubernetes.io/arch: '${ARCH}'
tolerations:
- key: 'CI'
operator: 'Equal'
value: 'true'
effect: 'NoSchedule'
- name: 'ntfy'
image: binwiederhier/ntfy:v2.11.0