Skip to content

Commit

Permalink
Don't make resource tagging depending on Jammy
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar authored and MustafaSaber committed Mar 5, 2024
1 parent 3b6e051 commit fc9482a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cluster/node-pools/worker-combined/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ Resources:
Properties:
LaunchTemplateName: '{{.Cluster.LocalID}}-{{ .NodePool.Name }}'
LaunchTemplateData:
{{- if eq .Cluster.ConfigItems.kuberuntu_distro_worker "jammy" }}
TagSpecifications:
- ResourceType: "volume"
Tags:
Expand All @@ -140,7 +139,6 @@ Resources:
Value: "shared-resource"
- Key: Name
Value: "{{ .NodePool.Name }} ({{ .Cluster.ID }})"
{{- end }}
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
Expand Down
2 changes: 0 additions & 2 deletions cluster/node-pools/worker-splitaz/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ Resources:
Properties:
LaunchTemplateName: '{{ .Cluster.LocalID }}-{{ .NodePool.Name }}'
LaunchTemplateData:
{{- if eq .Cluster.ConfigItems.kuberuntu_distro_worker "jammy" }}
TagSpecifications:
- ResourceType: "volume"
Tags:
Expand All @@ -153,7 +152,6 @@ Resources:
Value: "shared-resource"
- Key: Name
Value: "{{ $data.NodePool.Name }} ({{ $data.Cluster.ID }})"
{{- end }}
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
Expand Down

0 comments on commit fc9482a

Please sign in to comment.