diff --git a/charts/sentry/templates/snuba/deployment-snuba-profiling-functions-consumer.yaml b/charts/sentry/templates/snuba/deployment-snuba-profiling-functions-consumer.yaml index 914047539..c9bd375e7 100644 --- a/charts/sentry/templates/snuba/deployment-snuba-profiling-functions-consumer.yaml +++ b/charts/sentry/templates/snuba/deployment-snuba-profiling-functions-consumer.yaml @@ -160,8 +160,8 @@ spec: securityContext: {{ toYaml .Values.snuba.profilingFunctionsConsumer.containerSecurityContext | indent 12 }} {{- end }} -{{- if .Values.profilingFunctionsConsumer.sidecars }} -{{ toYaml .Values.profilingFunctionsConsumer.sidecars | indent 6 }} +{{- if .Values.snuba.profilingFunctionsConsumer.sidecars }} +{{ toYaml .Values.snuba.profilingFunctionsConsumer.sidecars | indent 6 }} {{- end }} {{- if .Values.global.sidecars }} {{ toYaml .Values.global.sidecars | indent 6 }} diff --git a/charts/sentry/templates/snuba/deployment-snuba-profiling-profiles-consumer.yaml b/charts/sentry/templates/snuba/deployment-snuba-profiling-profiles-consumer.yaml index 36e9a60f3..f8e017ca6 100644 --- a/charts/sentry/templates/snuba/deployment-snuba-profiling-profiles-consumer.yaml +++ b/charts/sentry/templates/snuba/deployment-snuba-profiling-profiles-consumer.yaml @@ -160,8 +160,8 @@ spec: securityContext: {{ toYaml .Values.snuba.profilingProfilesConsumer.containerSecurityContext | indent 12 }} {{- end }} -{{- if .Values.profilingFunctionsConsumer.sidecars }} -{{ toYaml .Values.profilingFunctionsConsumer.sidecars | indent 6 }} +{{- if .Values.snuba.profilingProfilesConsumer.sidecars }} +{{ toYaml .Values.snuba.profilingProfilesConsumer.sidecars | indent 6 }} {{- end }} {{- if .Values.global.sidecars }} {{ toYaml .Values.global.sidecars | indent 6 }} diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index fe90f998d..79f380887 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -1448,6 +1448,7 @@ snuba: env: [] resources: {} affinity: {} + sidecars: [] nodeSelector: {} securityContext: {} topologySpreadConstraints: [] @@ -1481,6 +1482,7 @@ snuba: env: [] resources: {} affinity: {} + sidecars: [] nodeSelector: {} securityContext: {} topologySpreadConstraints: []