helm: add resources to opentelemetry init container (#10300)
This commit is contained in:
parent
300cff1437
commit
06c64bf567
4 changed files with 7 additions and 1 deletions
|
|
@ -208,6 +208,9 @@ Extra modules.
|
|||
{{- if .containerSecurityContext }}
|
||||
securityContext: {{ .containerSecurityContext | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- if .resources }}
|
||||
resources: {{ .resources | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: {{ toYaml "modules"}}
|
||||
mountPath: {{ toYaml "/modules_mount"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue