File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 : []
You can’t perform that action at this time.
0 commit comments