amd54
This commit is contained in:
parent
a67d21fb86
commit
6129d7fa2c
@ -39,6 +39,11 @@ spec:
|
||||
- name: work-volume
|
||||
mountPath: /tmp/renovate/
|
||||
restartPolicy: Never
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Exists"
|
||||
volumes:
|
||||
- name: work-volume
|
||||
emptyDir: {}
|
||||
|
Loading…
Reference in New Issue
Block a user