Skip to content

Commit 41a222d

Browse files
committed
wip
1 parent 3f70263 commit 41a222d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/models/manageiq/providers/kubernetes/container_manager.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -975,14 +975,14 @@ def verify_credentials(auth_type = nil, options = {})
975975
end
976976
end
977977

978-
def after_update_authentication
978+
def after_update_authentication(changes)
979979
super
980-
stop_refresh_worker_queue_on_credential_change
980+
stop_refresh_worker_queue_on_credential_change(changes)
981981
end
982982

983-
def after_update_endpoints
983+
def after_update_endpoints(changes)
984984
super
985-
stop_refresh_worker_queue_on_change
985+
stop_refresh_worker_queue_on_change(changes)
986986
end
987987

988988
def ensure_authentications_record

0 commit comments

Comments
 (0)