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
I attempted to deploy the openobserve-collector via ArgoCD today (after installing cert-manager and opentelemetry-operator), and ArgoCD is giving this error for the agent and gateway:
error validating data: ValidationError(OpenTelemetryCollector.spec): missing required field "managementState" in io.opentelemetry.v1beta1.OpenTelemetryCollector.spec.
Everything works fine using the standard helm install method.
The text was updated successfully, but these errors were encountered:
It may be because ArgoCD uses helm template instead of helm install and helm lookup command not running
I'm going to hardcode some parts of helm chart to use it with argocd
I attempted to deploy the openobserve-collector via ArgoCD today (after installing cert-manager and opentelemetry-operator), and ArgoCD is giving this error for the agent and gateway:
error validating data: ValidationError(OpenTelemetryCollector.spec): missing required field "managementState" in io.opentelemetry.v1beta1.OpenTelemetryCollector.spec
.Everything works fine using the standard
helm install
method.The text was updated successfully, but these errors were encountered: