Skip to content

Commit

Permalink
Merge pull request #53 from mastermanu/fix_helm_chart_cluster_metadata
Browse files Browse the repository at this point in the history
Sets initial failover version to 1 in the temporal helm chart.
  • Loading branch information
samarabbas authored Jul 31, 2020
2 parents d08ab3a + cdebb63 commit a974f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/server-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ data:
clusterInformation:
active:
enabled: true
initialFailoverVersion: 0
initialFailoverVersion: 1
rpcName: "temporal-frontend"
rpcAddress: "127.0.0.1:7933"
Expand Down

0 comments on commit a974f1c

Please sign in to comment.