Skip to content

Commit

Permalink
Fix template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Micro committed Apr 23, 2020
1 parent 501a6bf commit 053fa0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/kubernetes/client/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ spec:
{{- with .Spec.Template.PodSpec.ImagePullSecrets }}
{{- range . }}
- {{ . }}
{{ end }}
{{- end }}
{{- end }}
containers:
{{- with .Spec.Template.PodSpec.Containers }}
{{- range . }}
Expand Down

0 comments on commit 053fa0e

Please sign in to comment.