Merge pull request #2870 from hosseinsh/cert-sync-endpoint-find-by-hash
missed edge case
This commit is contained in:
commit
77fdc8795b
|
@ -78,7 +78,7 @@ def sync_endpoints(source):
|
||||||
source.label
|
source.label
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return new, updated
|
return new, updated, updated_by_hash
|
||||||
|
|
||||||
for endpoint in endpoints:
|
for endpoint in endpoints:
|
||||||
exists = endpoint_service.get_by_dnsname_and_port(
|
exists = endpoint_service.get_by_dnsname_and_port(
|
||||||
|
|
Loading…
Reference in New Issue