File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 20
20
profiles:
21
21
- schedulerName: {{ .Values.schedulerName }}
22
22
extenders:
23
+ {{- if .Values.scheduler.preExtenders }}
24
+ {{- toYaml .Values.scheduler.preExtenders | nindent 4 }}
25
+ {{- end }}
23
26
- urlPrefix: "https://127.0.0.1:443"
24
27
filterVerb: filter
25
28
bindVerb: bind
68
71
ignoredByScheduler: true
69
72
{{- end }}
70
73
{{- end }}
74
+ {{- if .Values.scheduler.postExtenders }}
75
+ {{- toYaml .Values.scheduler.postExtenders | nindent 4 }}
76
+ {{- end }}
71
77
{{- end }}
Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ scheduler:
140
140
monitorPort : 31993 # Monitoring port
141
141
labels : {}
142
142
annotations : {}
143
+ preExtenders :
144
+ postExtenders :
143
145
144
146
devicePlugin :
145
147
image : " projecthami/hami"
You can’t perform that action at this time.
0 commit comments