doitintl / doit-eks-lens-helm-chart

3 stars 1 forks source link

Chart value .Values.collector.replicas not defined #11

Open nabadger opened 4 days ago

nabadger commented 4 days ago

This leads to replicas: null

It's defined in values here: https://github.com/doitintl/doit-eks-lens-helm-chart/blob/main/charts/doit-eks-lens/values.yaml#L14

But referenced using a different path here: https://github.com/doitintl/doit-eks-lens-helm-chart/blob/main/charts/doit-eks-lens/templates/doit-otelcol.yaml#L344C16-L344C42

nabadger commented 4 days ago

It's a similar issue for memory_limiter too