You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be causing this error when configuring topologySpreadConstraints:
ERRO[0000] [generateHelm] : values don't meet the specifications of the schema(s) in the following chart(s):
opentelemetry-collector:
- topologySpreadConstraints: Invalid type. Expected: object, given: array application=opentelemetry-collector-refinery engineMode=standalone environmentConfig=config-poc.yaml operation=generateApplications region=us-west-2 version=
FATA[0000] error rendering templates: values don't meet the specifications of the schema(s) in the following chart(s):
opentelemetry-collector:
- topologySpreadConstraints: Invalid type. Expected: object, given: array
The text was updated successfully, but these errors were encountered:
In opentelemetry-collector Helm chart,
topologySpreadConstraints
should be an array rather than an object as it is an array in Kubernets API: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-fieldThis seems to be causing this error when configuring
topologySpreadConstraints
:The text was updated successfully, but these errors were encountered: