Skip to content

Commit

Permalink
fix crd name
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg committed Nov 13, 2024
1 parent 523862e commit c529673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/multiclusterobservability/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const (
ClusterLogForwarderCRDName = "clusterlogforwarders.observability.openshift.io"
OpenTelemetryCollectorCRDName = "opentelemetrycollectors.opentelemetry.io"
InstrumentationCRDName = "instrumentations.opentelemetry.io"
PrometheusAgentCRDName = "prometheusagents.v1alpha1.monitoring.coreos.com"
PrometheusAgentCRDName = "prometheusagents.monitoring.coreos.com"
)

var (
Expand Down

0 comments on commit c529673

Please sign in to comment.