Skip to content

Commit e0879f9

Browse files
PoilBenjamin DUPUIS
andauthored
fix: #1859 & #1863 (#1861)
Signed-off-by: Benjamin DUPUIS <[email protected]> Co-authored-by: Benjamin DUPUIS <[email protected]>
1 parent d1e80ed commit e0879f9

7 files changed

+3
-7
lines changed

charts/sentry/templates/sentry/ingest/transactions/hpa-ingest-consumer-transactions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: HorizontalPodAutoscaler
55
metadata:
66
name: {{ template "sentry.fullname" . }}-sentry-ingest-consumer-transactions
77
labels:
8-
{{- include "sentry.component.labels" (dict "component" "nginx" "ingest-consumer-transactions" .) | nindent 4 }}
8+
{{- include "sentry.component.labels" (dict "component" "ingest-consumer-transactions" "ctx" .) | nindent 4 }}
99
spec:
1010
scaleTargetRef:
1111
apiVersion: apps/v1

charts/sentry/templates/sentry/ingest/transactions/serviceaccount-sentry-ingest-consumer-transactions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: ServiceAccount
55
metadata:
66
name: {{ .Values.serviceAccount.name }}-ingest-consumer-transactions
77
labels:
8-
{{- include "sentry.component.labels" (dict "component" "nginx" "ingest-consumer-transactions" .) | nindent 4 }}
8+
{{- include "sentry.component.labels" (dict "component" "ingest-consumer-transactions" "ctx" .) | nindent 4 }}
99
{{- if .Values.serviceAccount.annotations }}
1010
annotations: {{ toYaml .Values.serviceAccount.annotations | nindent 4 }}
1111
{{- end }}

charts/sentry/templates/snuba/deployment-snuba-subscription-consumer-generic-metrics-counters.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
1010
release: "{{ .Release.Name }}"
1111
heritage: "{{ .Release.Service }}"
12-
app.kubernetes.io/managed-by: "Helm"
1312
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-counters" "ctx" .) | nindent 4 }}
1413
{{- if .Values.asHook }}
1514
{{- /* Add the Helm annotations so that deployment after asHook from true to false works */}}

charts/sentry/templates/snuba/deployment-snuba-subscription-consumer-generic-metrics-distributions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
1010
release: "{{ .Release.Name }}"
1111
heritage: "{{ .Release.Service }}"
12-
app.kubernetes.io/managed-by: "Helm"
1312
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-distributions" "ctx" .) | nindent 4 }}
1413
{{- if .Values.asHook }}
1514
{{- /* Add the Helm annotations so that deployment after asHook from true to false works */}}

charts/sentry/templates/snuba/deployment-snuba-subscription-consumer-generic-metrics-gauges.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
1010
release: "{{ .Release.Name }}"
1111
heritage: "{{ .Release.Service }}"
12-
app.kubernetes.io/managed-by: "Helm"
1312
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-gauges" "ctx" .) | nindent 4 }}
1413
{{- if .Values.asHook }}
1514
{{- /* Add the Helm annotations so that deployment after asHook from true to false works */}}

charts/sentry/templates/snuba/deployment-snuba-subscription-consumer-generic-metrics-sets.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
1010
release: "{{ .Release.Name }}"
1111
heritage: "{{ .Release.Service }}"
12-
app.kubernetes.io/managed-by: "Helm"
1312
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-sets" "ctx" .) | nindent 4 }}
1413
{{- if .Values.asHook }}
1514
{{- /* Add the Helm annotations so that deployment after asHook from true to false works */}}

charts/sentry/templates/uptime-checker/deployment-uptime-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
1010
release: "{{ .Release.Name }}"
1111
heritage: "{{ .Release.Service }}"
12-
app.kubernetes.io/managed-by: "Helm"
12+
{{- include "sentry.component.labels" (dict "component" "uptime-checker" "ctx" .) | nindent 4 }}
1313
{{- if .Values.asHook }}
1414
{{- /* Add the Helm annotations so that deployment after asHook from true to false works */}}
1515
annotations:

0 commit comments

Comments
 (0)