Skip to content

Commit

Permalink
Merge pull request #5 from dland-ethos/master
Browse files Browse the repository at this point in the history
quote values by default
  • Loading branch information
looprock committed Jan 17, 2020
2 parents 4f2dc82 + 2983131 commit 20f8c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- env:
{{range .Env}}
- name: {{.Name}}
value: {{.Value}}
value: "{{.Value}}"
{{end}}
{{end}}
{{if .Image}}
Expand Down

0 comments on commit 20f8c90

Please sign in to comment.