Skip to content

Commit

Permalink
Pass clusterID to aws-ebs-csi-driver app's values for volume tagg…
Browse files Browse the repository at this point in the history
…ing purposes. (#543)
  • Loading branch information
Christian Bianchi authored Mar 7, 2024
1 parent ae9ccf6 commit 45de76d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Pass `clusterID` to `aws-ebs-csi-driver` app's values for volume tagging purposes.

### Changed

- Change image lookup format for base OS image.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{/* Default Helm values for the app */}}
{{/* See schema for the appropriate app version here https://github.com/giantswarm/aws-ebs-csi-driver-app/blob/master/helm/aws-ebs-csi-driver-app/values.schema.json */}}
{{- define "defaultAwsEbsCsiDriverHelmValues" }}
clusterID: {{ include "resource.default.name" $ }}
extraVolumeTags: {{ include "resource.default.additionalTags" . | nindent 2 }}
{{- if (.Values.global.connectivity.proxy).enabled }}
proxy:
Expand Down

0 comments on commit 45de76d

Please sign in to comment.