fix: do not wait for devcontainer template volume claim bound (#8539)

This commit is contained in:
Sebastiaan ten Pas 2023-07-23 07:06:23 +01:00 committed by GitHub
parent 1cadfa4e4f
commit a28883d9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {