Skip to content

Commit dbdb24a

Browse files
authored
fix: Update serviceaccount-sentry-uptime-results (#1869)
Fix typo
1 parent 480a2a3 commit dbdb24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sentry/templates/sentry/uptime/serviceaccount-sentry-uptime-results.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: v1
44
kind: ServiceAccount
55
metadata:
6-
name: {{ .Values.serviceAccount.name }}-uptime-result
6+
name: {{ .Values.serviceAccount.name }}-uptime-results
77
labels:
88
{{- include "sentry.component.labels" (dict "component" "sentry-uptime-results" "ctx" .) | nindent 4 }}
99
{{- if .Values.serviceAccount.annotations }}

0 commit comments

Comments
 (0)