Skip to content

Commit

Permalink
Revert "fix: remove logging of override values"
Browse files Browse the repository at this point in the history
This reverts commit ef2c9d2.
  • Loading branch information
Baarsgaard committed Jan 9, 2025
1 parent 55b2b84 commit 7857561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/grafanacontactpoint_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ func (r *GrafanaContactPointReconciler) buildSettings(ctx context.Context, conta
if err != nil {
return nil, fmt.Errorf("getting referenced value: %w", err)
}
r.Log.Info("overriding value", "key", override.TargetPath, "value", val)

simpleContent.SetPath(strings.Split(override.TargetPath, "."), val)
}
return simpleContent.Interface(), nil
Expand Down

0 comments on commit 7857561

Please sign in to comment.