File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ metadata:
11
11
name : coder
12
12
labels :
13
13
{{- include "coder.labels" . | nindent 4 }}
14
+ annotations : {{ toYaml .Values.coder.annotations | nindent 4}}
14
15
spec :
15
16
# NOTE: this is currently not used as coder v2 does not support high
16
17
# availability yet.
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ coder:
18
18
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
19
19
pullPolicy : IfNotPresent
20
20
21
+ # coder.annotations -- The Deployment annotations. See:
22
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
23
+ annotations : {}
24
+
21
25
# coder.serviceAccount -- Configuration for the automatically created service
22
26
# account. Creation of the service account cannot be disabled.
23
27
serviceAccount :
You can’t perform that action at this time.
0 commit comments