We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ee05fe + 6b18a76 commit 56e9250Copy full SHA for 56e9250
2 files changed
charts/portworx-operator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: portworx-operator
3
description: Helm chart for deploying Portworx Enterprise operator on ROSA HCP with workload identity (IRSA)
4
type: application
5
-version: 0.1.3
+version: 0.1.4
6
appVersion: "3.2"
7
dependencies:
8
- name: helper-status-checker
charts/portworx-operator/templates/storagecluster.yaml
@@ -29,6 +29,8 @@ spec:
29
value: {{ .Values.storageCluster.iamRoleArn | quote }}
30
workloadIdentity:
31
credentials:
32
- - role_arn: {{ .Values.storageCluster.iamRoleArn | quote }}
+ - cloudProvider: aws
33
+ key: eks.amazonaws.com/role-arn
34
+ value: {{ .Values.storageCluster.iamRoleArn | quote }}
35
{{- end }}
36
0 commit comments