From 29963433ee82c5e44149799fe13ae49ed9342926 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Mon, 24 Jul 2023 18:13:28 -0400 Subject: [PATCH] feat(helm)!: set enableDeployments default to true (#8704) --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index e91a4460f6..83949e4aa6 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -75,7 +75,7 @@ coder: workspacePerms: true # coder.serviceAccount.enableDeployments -- Provides the service account permission # to manage Kubernetes deployments. - enableDeployments: false + enableDeployments: true # coder.serviceAccount.annotations -- The Coder service account annotations. annotations: {} # coder.serviceAccount.name -- The service account name