Allos usage of IAM Role for service account
parent
ae0e63d493
commit
417ee67d71
|
@ -3,6 +3,10 @@ kind: ServiceAccount
|
|||
metadata:
|
||||
name: {{ template "keel.name" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- if (and .Values.ecr.enabled .Values.ecr.roleArn) }}
|
||||
annotations:
|
||||
eks.amazonaws.com/role-arn: {{ .Values.ecr.roleArn }}
|
||||
{{- end }}
|
||||
labels:
|
||||
app: {{ template "keel.name" . }}
|
||||
chart: {{ template "keel.chart" . }}
|
||||
|
|
|
@ -40,6 +40,7 @@ notificationLevel: info
|
|||
# https://keel.sh/v1/guide/documentation.html#Polling-with-AWS-ECR
|
||||
ecr:
|
||||
enabled: false
|
||||
roleArn: ""
|
||||
accessKeyId: ""
|
||||
secretAccessKey: ""
|
||||
region: ""
|
||||
|
|
Loading…
Reference in New Issue