Skip to content

Commit

Permalink
fix: missing profilingFunctionsConsumer.sidecars (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerSideHannes authored Dec 11, 2024
1 parent 3882cae commit bcbd6ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,7 @@ snuba:
env: []
resources: {}
affinity: {}
sidecars: []
nodeSelector: {}
securityContext: {}
topologySpreadConstraints: []
Expand Down Expand Up @@ -1481,6 +1482,7 @@ snuba:
env: []
resources: {}
affinity: {}
sidecars: []
nodeSelector: {}
securityContext: {}
topologySpreadConstraints: []
Expand Down

0 comments on commit bcbd6ed

Please sign in to comment.