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

Commit

Permalink
Add info messages for informers
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkeZ committed Apr 8, 2021
1 parent 5521ddb commit 1870f5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,11 @@ func startInformers(k8s *k8sClient) {
}
},
})
log.Info("Namespace informer started")
go namespaceInformer.Run(stopper)
log.Info("ServiceAccount informer started")
go serviceAccountInformer.Run(stopper)
log.Info("Secret informer started")
secretInformer.Run(stopper)
}

Expand Down

0 comments on commit 1870f5a

Please sign in to comment.