We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b42bed commit a3865dcCopy full SHA for a3865dc
.github/workflows/buildandtest.yml
@@ -39,11 +39,9 @@ jobs:
39
image: quay.io/coreos/etcd:v3.5.18
40
ports:
41
- 2379:2379
42
- options: >-
43
- --name etcd
44
- --advertise-client-urls http://127.0.0.1:2379
45
- --listen-client-urls http://0.0.0.0:2379
46
env:
+ ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
+ ETCD_ADVERTISE_CLIENT_URLS: "http://127.0.0.1:2379"
47
ETCDCTL_API: 3
48
ALLOW_NONE_AUTHENTICATION: "yes"
49
steps:
0 commit comments