set tolerations for package index updates
This commit is contained in:
parent
43b2cd2890
commit
b29f50ced6
1 changed files with 60 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ steps:
|
|||
cpu: 8000m
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: 'arm64'
|
||||
tolerations:
|
||||
- key: 'CI'
|
||||
operator: 'Equal'
|
||||
value: 'true'
|
||||
effect: 'NoSchedule'
|
||||
|
||||
- name: Purge CDN cache
|
||||
image: curlimages/curl
|
||||
|
|
|
|||
Loading…
Reference in a new issue