Skip to content

Commit a93b0e6

Browse files
authored
Backports the fix for broadcastAddress interpolation from the v1.x-rc branch. (#864)
1 parent 3361ddc commit a93b0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/temporal/templates/server-dockerize-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ data:
8383
membership:
8484
name: temporal
8585
maxJoinDuration: 30s
86-
broadcastAddress: {{ `{{ .Env.POD_IP }}` }}
86+
broadcastAddress: {{ `{{ env "POD_IP" | quote }}` }}
8787
8888
pprof:
8989
port: 7936

0 commit comments

Comments
 (0)