File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ metadata:
14
14
name : coder
15
15
labels :
16
16
{{- include "coder.labels" . | nindent 4 }}
17
- {{- toYaml .Values.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 @@ -79,7 +79,6 @@ metadata:
79
79
app.kubernetes.io/part-of: coder
80
80
app.kubernetes.io/version: "0.1.0"
81
81
app.kubernetes.io/managed-by: Helm
82
- eric: paulsen
83
82
annotations:
84
83
{}
85
84
spec:
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ metadata:
83
83
app.kubernetes.io/part-of: coder
84
84
app.kubernetes.io/version: "0.1.0"
85
85
app.kubernetes.io/managed-by: Helm
86
- eric: paulsen
87
86
annotations:
88
87
{}
89
88
spec:
Original file line number Diff line number Diff line change 13
13
# if not set. If you're using the chart directly from git, the default
14
14
# app version will not work and you'll need to set this value. The helm
15
15
# chart helpfully fails quickly in this case.
16
- tag : " latest "
16
+ tag : " "
17
17
# coder.image.pullPolicy -- The pull policy to use for the image. See:
18
18
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
19
19
pullPolicy : IfNotPresent
@@ -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