File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 27
27
metadata :
28
28
labels :
29
29
{{- include "coder.labels" . | nindent 8 }}
30
+ {{- with .Values.coder.podLabels }}
31
+ {{- toYaml . | nindent 8 }}
32
+ {{- end }}
30
33
annotations :
31
34
{{- toYaml .Values.coder.podAnnotations | nindent 8 }}
32
35
spec :
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ coder:
42
42
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
43
43
podAnnotations : {}
44
44
45
+ # coder.podLabels -- The Coder pod labels. See:
46
+ # https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
47
+ podLabels : {}
48
+
45
49
# coder.serviceAccount -- Configuration for the automatically created service
46
50
# account. Creation of the service account cannot be disabled.
47
51
serviceAccount :
You can’t perform that action at this time.
0 commit comments