Skip to content

Commit

Permalink
Update charts/opentelemetry-collector/templates/_pod.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mark <[email protected]>
  • Loading branch information
alextricity25 and ChrsMark committed Jul 1, 2024
1 parent 42758ca commit a6fc544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ containers:
- name: K8S_NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIp
fieldPath: status.hostIP
{{- end }}
{{- if and (.Values.useGOMEMLIMIT) ((((.Values.resources).limits).memory)) }}
- name: GOMEMLIMIT
Expand Down

0 comments on commit a6fc544

Please sign in to comment.