From 49aa34347bca45b6d1f5445d44139220c20a9a4b Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 24 Jul 2023 20:37:46 +0000 Subject: [PATCH] helm: set enableDeployments default to true --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index e91a4460f66c5..83949e4aa6cc8 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