allow replicas (#1116)

This commit is contained in:
Cameron Horn 2026-02-20 21:24:37 -05:00 committed by GitHub
parent 9bc1303d7f
commit c0d9db856a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ class ElasticIndex:
now_set = self.details["settings"]["index"]
for key, value in self.expected_set.items():
if key == "number_of_replicas":
continue
if key not in now_set.keys():
print(key, value)
return True