Comment 1 for bug 1925751

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

Looks like this check

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

in caas/kubernetes/provider/appication/application.go

needs to be tweaked