mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Co-authored-by: Dean Sheather <dean@deansheather.com> Co-authored-by: Atif Ali <atif@coder.com>
18 lines
293 B
YAML
18 lines
293 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
|
|
serviceAccount:
|
|
extraRules:
|
|
- apiGroups: [""]
|
|
resources: ["services"]
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- deletecollection
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|