Skip to content

Commit c0d7fc7

Browse files
committed
Deploy topics to tenant clusters for Nav
Previously this was the legacy clusters, now those are gone and Nav have tenant clusters like everybody else.
1 parent fd43d53 commit c0d7fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canary-deployer/deployer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def deploy_topic(config: DeployConfig, settings: Settings):
104104
def generate_topic_cluster_lookup_for_nav(data):
105105
result = {}
106106
for entry in data:
107-
if entry["kind"] == "legacy" and entry.get("aiven_project"):
107+
if entry["kind"] == "tenant" and entry.get("aiven_project"):
108108
result[entry["aiven_project"]] = entry["cluster_name"]
109109
return result
110110

0 commit comments

Comments
 (0)