Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Minor change to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang Huan committed Mar 27, 2020
1 parent b0d8b55 commit 4c7be7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func processServiceAccount(k8s *k8sClient, namespace string) error {
}
for _, sa := range sas.Items {
if !configAllServiceAccount && stringNotInList(sa.Name, configServiceAccounts) {
log.Debugf("[%s] Skip non-default service account [%s]", namespace, sa.Name)
log.Debugf("[%s] Skip service account [%s]", namespace, sa.Name)
continue
}
if includeImagePullSecret(&sa, configSecretName) {
Expand Down

0 comments on commit 4c7be7a

Please sign in to comment.