Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 533236d

Browse files
authored
Merge pull request #1412 from HotelsDotCom/issue-etcd-dependency-installing-0.10.1
Resolve CFN dependency issue when updating to v0.10.x
2 parents a0cb160 + 975ac4c commit 533236d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/controlplane/config/templates/stack-template.json

-2
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,6 @@
18771877
},
18781878
{{end}}
18791879
{{end}}
1880-
{{if not .Kubernetes.Networking.SelfHosting.Enabled }}
18811880
{{range $index, $etcdInstance := $.EtcdNodes}}
18821881
{{if $etcdInstance.EIPManaged}}
18831882
"{{$etcdInstance.EIPLogicalName}}": {
@@ -1894,7 +1893,6 @@
18941893
},
18951894
{{end}}
18961895
{{end}}
1897-
{{end}}
18981896
{{ if not .Controller.IAMConfig.InstanceProfile.Arn }}
18991897
"ControllerIAMRoleArn": {
19001898
"Description": "The ARN of the IAM role for Controllers",

0 commit comments

Comments
 (0)