Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1246 from malvex/master
Browse files Browse the repository at this point in the history
chart: fix known_hosts for a single key
  • Loading branch information
stefanprodan authored Jul 24, 2018
2 parents 63dc183 + 3186c49 commit 869103b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/flux/templates/ssh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ data:
{{ print $value }}
{{- end }}
{{- else }}
{{- .Values.ssh.known_hosts }}
{{ .Values.ssh.known_hosts }}
{{- end }}
{{- end }}

0 comments on commit 869103b

Please sign in to comment.