mirror of
https://github.com/coder/coder.git
synced 2026-06-04 21:48:22 +00:00
25c1e45930
* chore(helm): add unit tests for setting sa annotations * chore(cli): also add test for labels / annotations / podLabels / podAnnotations
16 lines
352 B
YAML
16 lines
352 B
YAML
coder:
|
|
image:
|
|
tag: latest
|
|
annotations:
|
|
com.coder/annotation/foo: bar
|
|
com.coder/annotation/baz: qux
|
|
labels:
|
|
com.coder/label/foo: bar
|
|
com.coder/label/baz: qux
|
|
podAnnotations:
|
|
com.coder/podAnnotation/foo: bar
|
|
com.coder/podAnnotation/baz: qux
|
|
podLabels:
|
|
com.coder/podLabel/foo: bar
|
|
com.coder/podLabel/baz: qux
|