Skip to content

Commit

Permalink
fix: do not wait for devcontainer template volume claim bound (coder#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirzono authored Jul 23, 2023
1 parent 1cadfa4 commit a28883d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/templates/devcontainer-kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a28883d

Please sign in to comment.