We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d52b7c2 + a2df0e4 commit 442ea70Copy full SHA for 442ea70
1 file changed
contrib/gce/create-gce-user-data
@@ -62,7 +62,7 @@ def main():
62
configuration = combine_dicts(configuration_coreos_template,
63
configuration_gce_template)
64
65
- configuration["coreos"]["etcd"]["discovery_url"] = url
+ configuration["coreos"]["etcd"]["discovery"] = url
66
67
with gce_user_data as outfile:
68
try:
0 commit comments