Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Max Shaposhnyk <[email protected]>
  • Loading branch information
mshaposhnik committed May 30, 2024
1 parent 4d8d165 commit b01e6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/imagerepository_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ func (r *ImageRepositoryReconciler) ChangeImageRepositoryVisibility(ctx context.
}

func (r *ImageRepositoryReconciler) EnsureSecret(ctx context.Context, imageRepository *imagerepositoryv1alpha1.ImageRepository, secretName string, robotAccount *quay.RobotAccount, imageURL string, isPull bool) error {
log := ctrllog.FromContext(ctx).WithValues("RemoteSecretName", secretName)
log := ctrllog.FromContext(ctx).WithValues("SecretName", secretName)

secret := &corev1.Secret{}
secretKey := types.NamespacedName{Namespace: imageRepository.Namespace, Name: secretName}
Expand Down

0 comments on commit b01e6d5

Please sign in to comment.