File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.53.0
33description : A Jaeger Helm chart for Kubernetes
44name : jaeger
55type : application
6- version : 3.3.4
6+ version : 3.4.0
77# CronJobs require v1.21
88kubeVersion : " >= 1.21-0"
99keywords :
Original file line number Diff line number Diff line change @@ -100,6 +100,10 @@ spec:
100100 tolerations :
101101 {{- toYaml . | nindent 8 }}
102102 {{- end }}
103+ {{- with .Values.schema.nodeSelector }}
104+ nodeSelector :
105+ {{- toYaml . | nindent 8 }}
106+ {{- end }}
103107{{- end -}}
104108{{- end -}}
105109{{- end -}}
Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ schema:
257257 podLabels : {}
258258 securityContext : {}
259259 podSecurityContext : {}
260+ nodeSelector : {}
260261 # # Deadline for cassandra schema creation job
261262 activeDeadlineSeconds : 300
262263 extraEnv :
You can’t perform that action at this time.
0 commit comments