Skip to content

Commit 56e9250

Browse files
authored
Merge pull request #73 from rh-mobb/fixes-helm
added acm sdtuff
2 parents 7ee05fe + 6b18a76 commit 56e9250

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

charts/portworx-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: portworx-operator
33
description: Helm chart for deploying Portworx Enterprise operator on ROSA HCP with workload identity (IRSA)
44
type: application
5-
version: 0.1.3
5+
version: 0.1.4
66
appVersion: "3.2"
77
dependencies:
88
- name: helper-status-checker

charts/portworx-operator/templates/storagecluster.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
value: {{ .Values.storageCluster.iamRoleArn | quote }}
3030
workloadIdentity:
3131
credentials:
32-
- role_arn: {{ .Values.storageCluster.iamRoleArn | quote }}
32+
- cloudProvider: aws
33+
key: eks.amazonaws.com/role-arn
34+
value: {{ .Values.storageCluster.iamRoleArn | quote }}
3335
{{- end }}
3436
{{- end }}

0 commit comments

Comments
 (0)