Skip to content

Commit

Permalink
React to changed instrumentor name const
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Feb 24, 2025
1 parent 63c10db commit 3151416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/internal/controller/odigos_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (r *OdigosReconciler) install(ctx context.Context, odigos *operatorv1alpha1
odigosConfig.Profiles = odigos.Spec.Profiles
odigosConfig.UiMode = common.UiMode(odigos.Spec.UIMode)
odigosConfig.AutoscalerImage = k8sconsts.AutoScalerImageName
odigosConfig.InstrumentorImage = k8sconsts.InstrumentorImageName
odigosConfig.InstrumentorImage = k8sconsts.InstrumentorImage

if odigos.Spec.OpenShiftEnabled {
if odigos.Spec.ImagePrefix == "" {
Expand Down

0 comments on commit 3151416

Please sign in to comment.