Support for configuring affinity for helm executor (#1989)
This commit is contained in:
@@ -46,6 +46,9 @@ data:
|
||||
{{- if .Values.helmExecutor.resources }}
|
||||
resources: {{- toYaml .Values.helmExecutor.resources | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.helmExecutor.affinity }}
|
||||
affinity: {{- toYaml .Values.helmExecutor.affinity | nindent 8 }}
|
||||
{{- end }}
|
||||
extension:
|
||||
imageRegistry: {{ default .Values.extension.imageRegistry "" | quote }}
|
||||
{{- if .Values.extension.nodeSelector }}
|
||||
|
||||
Reference in New Issue
Block a user