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
Looks like certain changes here have broken validation of charts generated by the official opentelemetry chart:
# Validation via Kubeconform
Templating release=otel, chart=charts/system/otel
stdin - OpenTelemetryCollector otel-collector-sidecar is invalid: problem validating schema. Check JSON formatting: jsonschema: '/spec' does not validate with https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/opentelemetry.io/opentelemetrycollector_v1alpha1.json#/properties/spec/required: missing properties: 'managementState'
This is with otel chart 0.74.3 (newest) and the following OpenTelemetryCollector:
The text was updated successfully, but these errors were encountered:
luispabon
changed the title
Recent opentelemetry update broke validation of official otel chart
Opentelemetry sidecar schema: managementState required when it's not
Dec 2, 2024
Looks like certain changes here have broken validation of charts generated by the official opentelemetry chart:
This is with otel chart 0.74.3 (newest) and the following OpenTelemetryCollector:
The
managementState
property has a default value ofmanaged
, therefore it is not required:https://github.com/open-telemetry/opentelemetry-operator/blob/main/config/crd/bases/opentelemetry.io_opentelemetrycollectors.yaml#L2316
The text was updated successfully, but these errors were encountered: