File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Iguazio provisioner
33name : provazio
4- version : 1.1.3
4+ version : 1.1.4
55appVersion : 0.24.37
66icon : https://github.com/nuclio/nuclio/raw/master/docs/assets/images/logo.png
77home : https://iguazio.com
Original file line number Diff line number Diff line change @@ -10,5 +10,9 @@ metadata:
1010 release : {{ .Release.Name }}
1111 heritage : {{ .Release.Service }}
1212 component : dashboard
13+ {{- with .Values.dashboard.serviceAccount.annotations }}
14+ annotations :
15+ {{- toYaml . | nindent 4 }}
16+ {{- end }}
1317
1418{{- end }}
Original file line number Diff line number Diff line change @@ -10,5 +10,9 @@ metadata:
1010 release : {{ .Release.Name }}
1111 heritage : {{ .Release.Service }}
1212 component : vault
13+ {{- with .Values.vault.serviceAccount.annotations }}
14+ annotations :
15+ {{- toYaml . | nindent 4 }}
16+ {{- end }}
1317
1418{{- end }}
Original file line number Diff line number Diff line change @@ -102,6 +102,14 @@ dashboard:
102102
103103 podAnnotations : {}
104104
105+ # # Service account configuration
106+ # # Used for IRSA (IAM Roles for Service Accounts) on EKS
107+ serviceAccount :
108+ annotations : {}
109+ # Example for IRSA:
110+ # annotations:
111+ # eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/my-irsa-role
112+
105113 # # List of node taints to tolerate (requires Kubernetes >= 1.6)
106114 tolerations : []
107115 # - key: "key"
@@ -212,6 +220,14 @@ vault:
212220
213221 podAnnotations : {}
214222
223+ # # Service account configuration
224+ # # Used for IRSA (IAM Roles for Service Accounts) on EKS
225+ serviceAccount :
226+ annotations : {}
227+ # Example for IRSA:
228+ # annotations:
229+ # eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/my-irsa-role
230+
215231 # # List of node taints to tolerate (requires Kubernetes >= 1.6)
216232 tolerations : []
217233 # - key: "key"
You can’t perform that action at this time.
0 commit comments