-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
Hi mittwald team,
I am opening this issue because I have created a PR that addresses a problem when a secret has been created but the target makes a switch to a new namespace or name.
Because the cache is never updated this would hang and be stuck in an infinite loop. I have created a pr #409
The offending line is:
if _, ok := r.DependentMap[cacheKey]; !ok {
r.DependentMap[cacheKey] = sourceLocation
}
here: replicate/common/generic-replicator.go line 351
Reactions are currently unavailable