File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {{- if .Values.serviceAccount.create }}
12apiVersion : v1
23kind : ServiceAccount
34metadata :
45 name : {{ include "core-dump-handler.serviceAccountName" . }}
56 labels :
67{{ include "core-dump-handler.labels" . | nindent 4 }}
8+ {{- with .Values.serviceAccount.annotations }}
9+ annotations :
10+ {{ toYaml . | indent 4 }}
11+ {{- end }}
12+ {{- end }}
Original file line number Diff line number Diff line change 280280 },
281281 "name" : {
282282 "type" : " string"
283+ },
284+ "annotations" : {
285+ "type" : " object"
283286 }
284287 },
285288 "required" : [
289292 "title" : " ServiceAccount"
290293 }
291294 }
292- }
295+ }
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ daemonset:
5050serviceAccount :
5151 create : true
5252 name : " core-dump-admin"
53+ # annotations:
54+ # eks.amazonaws.com/role-arn: arn:aws:iam::123456789000:role/iam-role-name-here
5355
5456# OpenShift specific for SecurityContextConstraints
5557scc :
You can’t perform that action at this time.
0 commit comments