mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
25c1e45930
* chore(helm): add unit tests for setting sa annotations * chore(cli): also add test for labels / annotations / podLabels / podAnnotations
9 lines
211 B
YAML
9 lines
211 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
serviceAccount:
|
|
name: coder-service-account
|
|
annotations:
|
|
eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/coder-service-account
|
|
workspacePerms: true
|