mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat(helm)!: set enableDeployments default to true (#8704)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user