File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 18
18
{{- end }}
19
19
labels :
20
20
{{- include "mageai.selectorLabels" . | nindent 8 }}
21
+ {{- with .Values.podLabels }}
22
+ {{- toYaml . | nindent 8 }}
23
+ {{- end }}
21
24
spec :
22
25
{{- with .Values.imagePullSecrets }}
23
26
imagePullSecrets :
Original file line number Diff line number Diff line change 18
18
{{- end }}
19
19
labels :
20
20
{{- include "mageai.schedulerSelectorLabels" . | nindent 8 }}
21
+ {{- with .Values.podLabels }}
22
+ {{- toYaml . | nindent 8 }}
23
+ {{- end }}
21
24
spec :
22
25
{{- with .Values.imagePullSecrets }}
23
26
imagePullSecrets :
Original file line number Diff line number Diff line change 18
18
{{- end }}
19
19
labels :
20
20
{{- include "mageai.selectorLabels" . | nindent 8 }}
21
+ {{- with .Values.podLabels }}
22
+ {{- toYaml . | nindent 8 }}
23
+ {{- end }}
21
24
spec :
22
25
{{- with .Values.imagePullSecrets }}
23
26
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ serviceAccount:
84
84
85
85
podAnnotations : {}
86
86
87
+ podLabels : {}
88
+
87
89
podSecurityContext : {}
88
90
# fsGroup: 2000
89
91
You can’t perform that action at this time.
0 commit comments