Skip to content

Commit

Permalink
Update destinationrule.yaml (#4)
Browse files Browse the repository at this point in the history
Fix templating issue on connectTimeout
  • Loading branch information
etifontaine authored Oct 21, 2020
1 parent 2250184 commit e48bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadome-istio/templates/destinationrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
simple: ROUND_ROBIN
connectionPool:
tcp:
connectionTimeout: {{ .Values.datadome.api_connection_timeout }}
connectTimeout: {{ .Values.datadome.api_connection_timeout }}
http:
maxRetries: 1
portLevelSettings:
Expand Down

0 comments on commit e48bebd

Please sign in to comment.