ci: writable /var/cache/xml2rfc
This commit is contained in:
parent
ad9fb85551
commit
a28bf98402
|
@ -58,6 +58,8 @@ spec:
|
|||
mountPath: /a
|
||||
- name: dt-tmp
|
||||
mountPath: /tmp
|
||||
- name: dt-xml2rfc-cache
|
||||
mountPath: /var/cache/xml2rfc
|
||||
- name: dt-cfg
|
||||
mountPath: /workspace/ietf/settings_local.py
|
||||
subPath: settings_local.py
|
||||
|
@ -84,6 +86,9 @@ spec:
|
|||
- name: dt-tmp
|
||||
emptyDir:
|
||||
sizeLimit: "2Gi"
|
||||
- name: dt-xml2rfc-cache
|
||||
emptyDir:
|
||||
sizeLimit: "2Gi"
|
||||
- name: dt-cfg
|
||||
configMap:
|
||||
name: files-cfgmap
|
||||
|
|
Loading…
Reference in a new issue