add ci toleration
This commit is contained in:
parent
4e9f34b84c
commit
7729de0621
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue