Skip to content

Commit

Permalink
Fix compatibility with Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Mar 18, 2020
1 parent cb8dc5e commit 02e9ff4
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 @@ -173,7 +173,7 @@ spec:
{{- if (and .Values.global.gossipEncryption.secretName .Values.global.gossipEncryption.secretKey) }}
-encrypt="${GOSSIP_KEY}" \
{{- end }}
{{- if (.Values.client.join) and (gt (len .Values.client.join) 0) }}
{{- if .Values.client.join }}
{{- range $value := .Values.client.join }}
-retry-join="{{ $value }}" \
{{- end }}
Expand Down

0 comments on commit 02e9ff4

Please sign in to comment.