Skip to content

Commit 652f64a

Browse files
authored
Add standard tags to IRSA infra (#1448)
1 parent 9e361cf commit 652f64a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
- Removed `capi-node-labeler` app. From now on, the worker nodes won't have the `node-role.kubernetes.io/worker` or `node.kubernetes.io/worker` labels.
1818

19+
### Added
20+
21+
- Add standard tags to IRSA infrastructure.
22+
1923
## [5.0.0] - 2025-09-12
2024

2125
### Changed

helm/cluster-aws/templates/irsa_claim.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ spec:
1515
{{- end }}
1616
providerConfigRef: {{ include "resource.default.name" $ }}
1717
region: {{ include "aws-region" . }}
18+
tags:
19+
giantswarm.io/cluster: {{ include "resource.default.name" $ }}
20+
giantswarm.io/installation: {{ .Values.global.managementCluster }}
21+
{{- if .Values.global.providerSpecific.additionalResourceTags -}}{{- toYaml .Values.global.providerSpecific.additionalResourceTags | nindent 4 }}{{- end}}
1822
{{- end}}

0 commit comments

Comments
 (0)