File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
charts/ingress-nginx/templates Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,8 @@ spec:
189
189
{{- end }}
190
190
{{- if .Values.controller.opentelemetry.enabled}}
191
191
{{- $otelContainerSecurityContext := $.Values.controller.opentelemetry.containerSecurityContext | default $.Values.controller.containerSecurityContext }}
192
- {{- include "extraModules" (dict "name" "opentelemetry" "image" .Values.controller.opentelemetry.image "containerSecurityContext" $otelContainerSecurityContext "distroless" true) | nindent 8}}
192
+ {{ $otelResources := $.Values.controller.opentelemetry.resources | default dict }}
193
+ {{- include "extraModules" (dict "name" "opentelemetry" "image" .Values.controller.opentelemetry.image "containerSecurityContext" $otelContainerSecurityContext "distroless" true "resources" $otelResources) | nindent 8}}
193
194
{{- end}}
194
195
{{- end }}
195
196
{{- if .Values.controller.hostNetwork }}
You can’t perform that action at this time.
0 commit comments