Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#2969 from zicongmei/master
Browse files Browse the repository at this point in the history
[Compositions] Change missing context to info
  • Loading branch information
google-oss-prow[bot] authored Oct 23, 2024
2 parents b1930c4 + 5e8e4ab commit 0cf0529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func (r *ExpanderReconciler) evaluateAndSavePlan(ctx context.Context, logger log
contextcr.SetGroupVersionKind(contextGVK)
contextNN := types.NamespacedName{Namespace: cr.GetNamespace(), Name: "context"}
if err := r.Get(ctx, contextNN, &contextcr); err != nil {
logger.Error(err, "unable to fetch Context CR", "context", contextNN)
logger.Info("unable to fetch Context CR", "context", contextNN)
if !apierrors.IsNotFound(err) {
return values, updated, "ErrorGettingContext", err
}
Expand Down

0 comments on commit 0cf0529

Please sign in to comment.