mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: do not wait for devcontainer template volume claim bound (#8539)
This commit is contained in:
@@ -98,6 +98,7 @@ resource "kubernetes_persistent_volume_claim" "workspaces" {
|
||||
"coder.workspace_name_at_creation" = data.coder_workspace.me.name
|
||||
}
|
||||
}
|
||||
wait_until_bound = false
|
||||
spec {
|
||||
access_modes = ["ReadWriteOnce"]
|
||||
resources {
|
||||
|
||||
Reference in New Issue
Block a user