mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
7876dc5fb1
Fixes https://github.com/coder/coder/issues/15437 - Adds support for `coder.serviceAccount.disableCreate` (originally added to `helm/coder` in https://github.com/coder/coder/pull/14817). - Adds documentation and examples in `helm/provisioner/README.md` on deploying multiple provisioners in the same namespace leveraging `nameOverride`.
7 lines
100 B
YAML
7 lines
100 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
serviceAccount:
|
|
workspacePerms: false
|
|
disableCreate: true
|