mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
[fix-config-change-logs-issue] fixed the issue in create.go file
This commit is contained in:
@@ -17,7 +17,6 @@ func (r ResourceCreatedHandler) Handle() error {
|
||||
logrus.Errorf("Resource creation handler received nil resource")
|
||||
} else {
|
||||
config, _ := r.GetConfig()
|
||||
logrus.Infof("Resource '%s' of type '%s' in namespace '%s' has been created", config.ResourceName, config.Type, config.Namespace)
|
||||
// process resource based on its type
|
||||
doRollingUpgrade(config)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user