This commit is contained in:
Roxedus 2022-07-02 21:37:54 +02:00
parent a67d21fb86
commit 6129d7fa2c
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -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: {}