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