Comment 3 for bug 1925751

Revision history for this message
Ian Booth (wallyworld) wrote :

I think a quick fix just needs to be to remove appName from the check

if vol.Secret != nil && strings.Contains(vol.Secret.SecretName, "-token") {
 logger.Tracef("ignoring volume source for service account secret: %v", vol.Name)
 continue
}