File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ Resources:
124
124
Properties :
125
125
LaunchTemplateName : ' {{.Cluster.LocalID}}-{{ .NodePool.Name }}'
126
126
LaunchTemplateData :
127
- {{- if eq .Cluster.ConfigItems.kuberuntu_distro_worker "jammy" }}
128
127
TagSpecifications :
129
128
- ResourceType : " volume"
130
129
Tags :
@@ -140,7 +139,6 @@ Resources:
140
139
Value : " shared-resource"
141
140
- Key : Name
142
141
Value : " {{ .NodePool.Name }} ({{ .Cluster.ID }})"
143
- {{- end }}
144
142
BlockDeviceMappings :
145
143
- DeviceName : /dev/sda1
146
144
Ebs :
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ Resources:
137
137
Properties :
138
138
LaunchTemplateName : ' {{ .Cluster.LocalID }}-{{ .NodePool.Name }}'
139
139
LaunchTemplateData :
140
- {{- if eq .Cluster.ConfigItems.kuberuntu_distro_worker "jammy" }}
141
140
TagSpecifications :
142
141
- ResourceType : " volume"
143
142
Tags :
@@ -153,7 +152,6 @@ Resources:
153
152
Value : " shared-resource"
154
153
- Key : Name
155
154
Value : " {{ $data.NodePool.Name }} ({{ $data.Cluster.ID }})"
156
- {{- end }}
157
155
BlockDeviceMappings :
158
156
- DeviceName : /dev/sda1
159
157
Ebs :
You can’t perform that action at this time.
0 commit comments