Skip to content

Commit

Permalink
Fix typo in example script (#9381)
Browse files Browse the repository at this point in the history
Variable reference should be $ETCDHOSTS, not $ETCDHOST
  • Loading branch information
tiny1990 committed Jul 8, 2018
1 parent fee1cfa commit 0c97396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ this example.
peerCertSANs:
- "${HOST}"
extraArgs:
initial-cluster: infra0=https://${ETCDHOST[0]}:2380,infra1=https://${ETCDHOST[1]}:2380,infra2=https://${ETCDHOST[2]}:2380
initial-cluster: infra0=https://${ETCDHOSTS[0]}:2380,infra1=https://${ETCDHOSTS[1]}:2380,infra2=https://${ETCDHOSTS[2]}:2380
initial-cluster-state: new
name: ${NAME}
listen-peer-urls: https://${HOST}:2380
Expand Down

0 comments on commit 0c97396

Please sign in to comment.