We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54e37c commit 4b95d55Copy full SHA for 4b95d55
charts/nr-k8s-otel-collector/templates/daemonset.yaml
@@ -55,7 +55,7 @@ spec:
55
env:
56
{{- if .Values.enableNodeUtilizationMetrics }}
57
# Resource Limits default to node allocatable when not set.
58
- # We are abusing this fact to get node allocatable values into env vars.
+ # We are using this fact to get node allocatable values into env vars. when the resource limits are not set
59
# See: https://kubernetes.io/docs/concepts/workloads/pods/downward-api/#downwardapi-resourceFieldRef
60
- name: NODE_CPU_ALLOCATABLE
61
valueFrom:
0 commit comments