mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: scaletest: mount CODER_CACHE volume under /tmp (#8271)
Mounting the CODER_CACHE volume under /tmp/coder causes template creation to fail due to read-only tmp dir.
This commit is contained in:
@ -130,7 +130,7 @@ coder:
|
||||
sessionAffinity: None
|
||||
loadBalancerIP: "${local.coder_address}"
|
||||
volumeMounts:
|
||||
- mountPath: "/tmp/coder"
|
||||
- mountPath: "/tmp"
|
||||
name: cache
|
||||
readOnly: false
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user