Skip to content

Commit

Permalink
fix: Fix wrong service account for ingest-profiles deployment (#966)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian González <christian.gonzalez@intruder.io>
  • Loading branch information
christiangonre and Christian González authored Aug 28, 2023
1 parent 9f13ed1 commit cead469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 20.5.0
version: 20.5.1
appVersion: 23.8.0
dependencies:
- name: memcached
Expand Down
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 cead469

Please sign in to comment.