Skip to content

Commit bcbd6ed

Browse files
fix: missing profilingFunctionsConsumer.sidecars (#1627)
1 parent 3882cae commit bcbd6ed

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

charts/sentry/templates/snuba/deployment-snuba-profiling-functions-consumer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ spec:
160160
securityContext:
161161
{{ toYaml .Values.snuba.profilingFunctionsConsumer.containerSecurityContext | indent 12 }}
162162
{{- end }}
163-
{{- if .Values.profilingFunctionsConsumer.sidecars }}
164-
{{ toYaml .Values.profilingFunctionsConsumer.sidecars | indent 6 }}
163+
{{- if .Values.snuba.profilingFunctionsConsumer.sidecars }}
164+
{{ toYaml .Values.snuba.profilingFunctionsConsumer.sidecars | indent 6 }}
165165
{{- end }}
166166
{{- if .Values.global.sidecars }}
167167
{{ toYaml .Values.global.sidecars | indent 6 }}

charts/sentry/templates/snuba/deployment-snuba-profiling-profiles-consumer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ spec:
160160
securityContext:
161161
{{ toYaml .Values.snuba.profilingProfilesConsumer.containerSecurityContext | indent 12 }}
162162
{{- end }}
163-
{{- if .Values.profilingFunctionsConsumer.sidecars }}
164-
{{ toYaml .Values.profilingFunctionsConsumer.sidecars | indent 6 }}
163+
{{- if .Values.snuba.profilingProfilesConsumer.sidecars }}
164+
{{ toYaml .Values.snuba.profilingProfilesConsumer.sidecars | indent 6 }}
165165
{{- end }}
166166
{{- if .Values.global.sidecars }}
167167
{{ toYaml .Values.global.sidecars | indent 6 }}

charts/sentry/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,7 @@ snuba:
14481448
env: []
14491449
resources: {}
14501450
affinity: {}
1451+
sidecars: []
14511452
nodeSelector: {}
14521453
securityContext: {}
14531454
topologySpreadConstraints: []
@@ -1481,6 +1482,7 @@ snuba:
14811482
env: []
14821483
resources: {}
14831484
affinity: {}
1485+
sidecars: []
14841486
nodeSelector: {}
14851487
securityContext: {}
14861488
topologySpreadConstraints: []

0 commit comments

Comments
 (0)