Skip to content

Commit

Permalink
fix: Fix wrong service account for ingest-profiles deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian González committed Aug 28, 2023
1 parent 9f13ed1 commit 6ccebad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/templates/deployment-sentry-ingest-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
{{ toYaml .Values.sentry.ingestProfiles.sidecars | indent 6 }}
{{- end }}
{{- if .Values.serviceAccount.enabled }}
serviceAccountName: {{ .Values.serviceAccount.name }}-ingest-replay-recordings
serviceAccountName: {{ .Values.serviceAccount.name }}-ingest-profiles
{{- end }}
volumes:
- name: config
Expand Down

0 comments on commit 6ccebad

Please sign in to comment.