mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: PVC volume binding mode (#4471)
This commit is contained in:
@@ -89,6 +89,7 @@ resource "kubernetes_persistent_volume_claim" "home" {
|
||||
name = "coder-${lower(data.coder_workspace.me.owner)}-${lower(data.coder_workspace.me.name)}-home"
|
||||
namespace = var.namespace
|
||||
}
|
||||
wait_until_bound = false
|
||||
spec {
|
||||
access_modes = ["ReadWriteOnce"]
|
||||
resources {
|
||||
|
||||
Reference in New Issue
Block a user