mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-27 14:37:17 +00:00
Add seperate annotation for secret
This commit is contained in:
@@ -66,7 +66,7 @@ func (c *Controller) Update(old interface{}, new interface{}) {
|
||||
// Delete function to add an object to the queue in case of deleting a resource
|
||||
func (c *Controller) Delete(old interface{}) {
|
||||
// TODO Added this function for future usecase
|
||||
logrus.Infof("Deleted resource has been detected but no further implementation found to take action")
|
||||
logrus.Infof("Resource deletion has been detected but no further implementation found to take action")
|
||||
}
|
||||
|
||||
//Run function for controller which handles the queue
|
||||
|
||||
Reference in New Issue
Block a user