fix(examples): remove dead code comment (#12194)

This commit is contained in:
Colin Adler 2024-02-17 11:38:19 -06:00 committed by GitHub
parent 0442ee5fa8
commit 817cc78b94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ resource "kubernetes_deployment" "main" {
}
spec {
# replicas = data.coder_workspace.me.start_count
replicas = 1
selector {
match_labels = {