adding seedjobagentimage to jenkins chart (#771)

Co-authored-by: Thorsten Wildberger <thorsten.wildberger@capgemini.com>
This commit is contained in:
twildber 2023-01-08 19:34:56 +01:00 committed by GitHub
parent addb94f83e
commit a8065cc038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -158,4 +158,7 @@ spec:
{{- with .Values.jenkins.seedJobs }}
seedJobs: {{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.jenkins.seedJobAgentImage }}
seedJobAgentImage: {{ .Values.jenkins.seedJobAgentImage }}
{{- end }}
{{- end }}