Valentin Baert
09/14/2022, 10:00 AMreplicas: {{ .Values.otelCollector.replicaCount }} # adjust replica count to your own requirements
If I try to assign an helm value to otelCollector.replicaCount
When the chart deploys it fails with the following error :
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(DaemonSet.spec): unknown field "replicas" in io.k8s.api.apps.v1.DaemonSetSpecPrashant Shahi
09/14/2022, 10:03 AMmain
branch but not released yet.
It will be included in the new chart release today.
you could comment the replicaCount
or set it to null
for the time being.