Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Oauth proxy image from ImageStreams resource #1587

Merged
merged 20 commits into from
Sep 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove logs
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
coleenquadros committed Aug 29, 2024
commit f8748dbb455a64f078e2af702b36097affd41d6f
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ var (

func updateManagedClusterImageRegistry(obj client.Object) {
if imageReg, ok := obj.GetAnnotations()[ClusterImageRegistriesAnnotation]; ok {
log.Info("Coleen: updateManagedClusterImageRegistry")
managedClusterImageRegistryMutex.Lock()
managedClusterImageRegistry[obj.GetName()] = imageReg
managedClusterImageRegistryMutex.Unlock()
Original file line number Diff line number Diff line change
@@ -438,7 +438,6 @@ func createManifestWorks(
}

if pullSecret != nil && !hasCustomRegistry {
log.Info("Coleen debug: inject pull secret into work")
manifests = injectIntoWork(manifests, pullSecret)
}