diff --git a/charts/aws-xray/Chart.yaml b/charts/aws-xray/Chart.yaml index 344de9f..fa9ce73 100644 --- a/charts/aws-xray/Chart.yaml +++ b/charts/aws-xray/Chart.yaml @@ -12,4 +12,4 @@ maintainers: name: aws-xray sources: - https://github.com/aws/aws-xray-daemon -version: 2.0.2 +version: 2.0.3 diff --git a/charts/aws-xray/templates/serviceaccount.yaml b/charts/aws-xray/templates/serviceaccount.yaml index a19827f..ab631bb 100644 --- a/charts/aws-xray/templates/serviceaccount.yaml +++ b/charts/aws-xray/templates/serviceaccount.yaml @@ -8,4 +8,7 @@ metadata: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} name: {{ template "aws-xray.serviceAccountName" . }} -{{- end }} \ No newline at end of file + {{- if .Values.serviceAccount.annotations }} + annotations: {{ toYaml .Values.serviceAccount.annotations | nindent 4 }} + {{- end }} +{{- end }}