bash syntax error (#9199)

bash variable missing right curly brace.
pull/9204/head
yongsong you 2018-06-22 21:34:05 +08:00 committed by k8s-ci-robot
parent ec95f6b815
commit aa17a3cf20
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ no other cryptographic tooling is required for this example.
peerCertSANs:
- "${HOST}"
extraArgs:
initial-cluster: infra0=https://${ETCDHOST0}:2380,infra1=https://${ETCDHOST1}:2380,infra2=https://${ETCDHOST2:2380
initial-cluster: infra0=https://${ETCDHOST0}:2380,infra1=https://${ETCDHOST1}:2380,infra2=https://${ETCDHOST2}:2380
initial-cluster-state: new
name: ${NAME}
listen-peer-urls: https://${HOST}:2380