Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update cluster/kubernetes/images.go
Browse files Browse the repository at this point in the history
Co-Authored-By: hiddeco <hiddeco@users.noreply.github.com>
  • Loading branch information
Alfonso Acosta and hiddeco authored Feb 1, 2019
1 parent 985f13c commit 52505f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster/kubernetes/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func (c *Cluster) ImagesToFetch() registry.ImageCreds {
mergeCredentials(logger.Log, c.includeImage, c.client, ns.Name, podController.podTemplate, imageCreds, seenCreds)
}

// Merge creds
for imageID, creds := range imageCreds {
if _, ok := allImageCreds[imageID]; !ok {
allImageCreds[imageID] = creds
Expand Down

0 comments on commit 52505f2

Please sign in to comment.