Skip to content

Commit

Permalink
fix-aws-role-identity-value (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvix authored Feb 25, 2022
1 parent dcefaad commit d8c5552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Fixed

- Fix aws cluster role identity value reference.

## [0.1.1] - 2022-02-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-aws/templates/_aws_cluster_role_identity.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
list:
- {{ $.Release.Namespace }}
selector: {}
roleARN: "{{ .Values.awsRoleArn }}"
roleARN: "{{ .Values.aws.roleARN }}"
{{- end -}}

0 comments on commit d8c5552

Please sign in to comment.