Skip to content

Commit 2996343

Browse files
authored
feat(helm)!: set enableDeployments default to true (#8704)
1 parent 353bfb6 commit 2996343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ coder:
7575
workspacePerms: true
7676
# coder.serviceAccount.enableDeployments -- Provides the service account permission
7777
# to manage Kubernetes deployments.
78-
enableDeployments: false
78+
enableDeployments: true
7979
# coder.serviceAccount.annotations -- The Coder service account annotations.
8080
annotations: {}
8181
# coder.serviceAccount.name -- The service account name

0 commit comments

Comments
 (0)