Skip to content

Commit

Permalink
add support for IRSA (#34)
Browse files Browse the repository at this point in the history
* add support for IRSA

* bump version
  • Loading branch information
LukaszRacon authored Apr 12, 2021
1 parent c38e19d commit 2031f2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-xray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maintainers:
name: aws-xray
sources:
- https://github.com/aws/aws-xray-daemon
version: 2.0.2
version: 2.0.3
5 changes: 4 additions & 1 deletion charts/aws-xray/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
name: {{ template "aws-xray.serviceAccountName" . }}
{{- end }}
{{- if .Values.serviceAccount.annotations }}
annotations: {{ toYaml .Values.serviceAccount.annotations | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 2031f2e

Please sign in to comment.