Skip to content

Commit

Permalink
correct loop about imagePullSecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Nov 3, 2023
1 parent ef42736 commit cbb0cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions microservicesruntime/helm/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
volumes:
{{ toYaml . | indent 12 }}
{{- end }}
{{- range $imagePullSecrets }}
{{- with $imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
volumes:
{{ toYaml . | indent 8 }}
{{- end }}
{{- range $imagePullSecrets }}
{{- with $imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions universalmessaging/helm/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
volumes:
{{ toYaml . | indent 12 }}
{{- end }}
{{- range $imagePullSecrets }}
{{- with $imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down Expand Up @@ -194,7 +194,7 @@ spec:
volumes:
{{ toYaml . | indent 8 }}
{{- end }}
{{- range $imagePullSecrets }}
{{- with $imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit cbb0cf9

Please sign in to comment.