Skip to content

Commit

Permalink
Log namespace to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrex2001 committed Jul 19, 2021
1 parent df09a45 commit 56860e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func (s *Server) getGinEngine() *gin.Engine {
pulpol := viper.GetString("kubernetes.pull-policy")
klog.Infof("default image pull policy: %s", pulpol)

klog.Infof("using namespace: %s", viper.GetString("kubernetes.namespace"))

routes.New(router, s.kub, routes.Config{
Inspector: insp,
RequestCPU: reqcpu,
Expand Down

0 comments on commit 56860e0

Please sign in to comment.