File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ metadata:
7
7
annotations : {{ toYaml .Values.coder.serviceAccount.annotations | nindent 4 }}
8
8
labels :
9
9
{{- include "coder.labels" . | nindent 4 }}
10
-
11
10
---
12
11
apiVersion : apps/v1
13
12
kind : Deployment
14
13
metadata :
15
14
name : coder
16
15
labels :
17
16
{{- include "coder.labels" . | nindent 4 }}
17
+ {{- with .Values.coder.labels }}
18
+ {{- toYaml . | nindent 4 }}
19
+ {{- end }}
18
20
annotations : {{ toYaml .Values.coder.annotations | nindent 4}}
19
21
spec :
20
22
replicas : {{ .Values.coder.replicaCount }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ coder:
34
34
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
35
35
annotations : {}
36
36
37
- # coder.podAnnotations -- The Coder pod annotations. See:
38
- # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
39
- podAnnotations : {}
40
-
41
37
# coder.labels -- The Deployment labels. See:
42
38
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
43
39
labels : {}
44
40
41
+ # coder.podAnnotations -- The Coder pod annotations. See:
42
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
43
+ podAnnotations : {}
44
+
45
45
# coder.serviceAccount -- Configuration for the automatically created service
46
46
# account. Creation of the service account cannot be disabled.
47
47
serviceAccount :
You can’t perform that action at this time.
0 commit comments