Skip to content

Commit

Permalink
Fix typo in example script
Browse files Browse the repository at this point in the history
Variable reference should be $ETCDHOSTS, not $ETCDHOST
  • Loading branch information
AgentK authored Jul 4, 2018
1 parent 3d01d17 commit f99064b
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 f99064b

Please sign in to comment.