coder/helm/coder/tests/testdata/sa_extra_rules.yaml

18 lines
293 B
YAML

coder:
image:
tag: latest
serviceAccount:
extraRules:
- apiGroups: [""]
resources: ["services"]
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch