Skip to content

Commit

Permalink
Merge pull request hashicorp#61 from hashicorp/bugfix/hashicorpgh-59
Browse files Browse the repository at this point in the history
Make sure that provided join information is properly quoted
  • Loading branch information
Rebecca Zanzig authored Nov 12, 2018
2 parents 48cdf85 + 50e9f34 commit 5daf413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/client-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
-data-dir=/consul/data \
{{- if (.Values.client.join) and (gt (len .Values.client.join) 0) }}
{{- range $value := .Values.client.join }}
-retry-join={{ $value }} \
-retry-join="{{ $value }}" \
{{- end }}
{{- else }}
{{- if .Values.server.enabled }}
Expand Down

0 comments on commit 5daf413

Please sign in to comment.