Skip to content

Commit 9a10dfd

Browse files
DentlingDennis Wittling
andauthored
fix(templates): fix indentation for multiple deployments yamls (#1862)
Co-authored-by: Dennis Wittling <[email protected]>
1 parent 19113e4 commit 9a10dfd

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
app: {{ template "sentry.fullname" . }}
4040
release: "{{ .Release.Name }}"
4141
role: snuba-subscription-consumer-generic-metrics-counters
42-
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-counters" "ctx" .) | nindent 4 }}
42+
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-counters" "ctx" .) | nindent 8 }}
4343
{{- if .Values.snuba.subscriptionConsumerGenericMetricsCounters.podLabels }}
4444
{{ toYaml .Values.snuba.subscriptionConsumerGenericMetricsCounters.podLabels | indent 8 }}
4545
{{- end }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
app: {{ template "sentry.fullname" . }}
4040
release: "{{ .Release.Name }}"
4141
role: snuba-subscription-consumer-generic-metrics-gauges
42-
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-gauges" "ctx" .) | nindent 4 }}
42+
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-gauges" "ctx" .) | nindent 8 }}
4343
{{- if .Values.snuba.subscriptionConsumerGenericMetricsGauges.podLabels }}
4444
{{ toYaml .Values.snuba.subscriptionConsumerGenericMetricsGauges.podLabels | indent 8 }}
4545
{{- end }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
app: {{ template "sentry.fullname" . }}
4040
release: "{{ .Release.Name }}"
4141
role: snuba-subscription-consumer-generic-metrics-sets
42-
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-sets" "ctx" .) | nindent 4 }}
42+
{{- include "sentry.component.labels" (dict "component" "snuba-subscription-consumer-generic-metrics-sets" "ctx" .) | nindent 8 }}
4343
{{- if .Values.snuba.subscriptionConsumerGenericMetricsSets.podLabels }}
4444
{{ toYaml .Values.snuba.subscriptionConsumerGenericMetricsSets.podLabels | indent 8 }}
4545
{{- end }}

charts/sentry/templates/symbolicator/deployment-symbolicator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
app: {{ template "sentry.fullname" . }}
3232
release: "{{ .Release.Name }}"
3333
role: symbolicator-api
34-
{{- include "sentry.component.labels" (dict "component" "symbolicator-api" "ctx" .) | nindent 4 }}
34+
{{- include "sentry.component.labels" (dict "component" "symbolicator-api" "ctx" .) | nindent 8 }}
3535
{{- if .Values.symbolicator.api.podLabels }}
3636
{{ toYaml .Values.symbolicator.api.podLabels | indent 8 }}
3737
{{- end }}

0 commit comments

Comments
 (0)