ci: writeable /home/datatracker

This commit is contained in:
Jennifer Richards 2024-06-20 11:34:57 -03:00
parent b3fb20cf97
commit 66b3095878
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E
2 changed files with 10 additions and 0 deletions

View file

@ -60,6 +60,8 @@ spec:
mountPath: /a
- name: dt-tmp
mountPath: /tmp
- name: dt-home
mountPath: /home/datatracker
- name: dt-xml2rfc-cache
mountPath: /var/cache/xml2rfc
- name: dt-cfg
@ -88,6 +90,9 @@ spec:
- name: dt-xml2rfc-cache
emptyDir:
sizeLimit: "2Gi"
- name: dt-home
emptyDir:
sizeLimit: "2Gi"
- name: dt-cfg
configMap:
name: files-cfgmap

View file

@ -58,6 +58,8 @@ spec:
mountPath: /a
- name: dt-tmp
mountPath: /tmp
- name: dt-home
mountPath: /home/datatracker
- name: dt-xml2rfc-cache
mountPath: /var/cache/xml2rfc
- name: dt-cfg
@ -89,6 +91,9 @@ spec:
- name: dt-xml2rfc-cache
emptyDir:
sizeLimit: "2Gi"
- name: dt-home
emptyDir:
sizeLimit: "2Gi"
- name: dt-cfg
configMap:
name: files-cfgmap