mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
Fixed typo on URI for DEFAULT_ETCD_DISCOVERY.
It missed a colon after https.
This commit is contained in:
parent
c0ff1b2965
commit
f25b4df253
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEFAULT_ETCD_DISCOVERY="https//discovery.etcd.io/TOKEN"
|
||||
DEFAULT_ETCD_DISCOVERY="https://discovery.etcd.io/TOKEN"
|
||||
DEFAULT_ETCD_ADDR="http://\$public_ipv4:2379"
|
||||
DEFAULT_ETCD_PEER_URLS="http://\$private_ipv4:2380"
|
||||
DEFAULT_ETCD_LISTEN_PEER_URLS="http://0.0.0.0:2380"
|
||||
|
Loading…
Reference in New Issue
Block a user