Skip to content

Commit bf24be7

Browse files
fix(netpol): dedupe deployment_name in variables dict
Rebase op main introduceerde een dubbele dict-key — ruff F601 catchte het in CI.
1 parent 0f93355 commit bf24be7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

operations-manager/python/opi/manager/project_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4506,7 +4506,6 @@ async def create_application_manifests(
45064506
"deployment_name": deployment_name,
45074507
"component_name": component_name,
45084508
"namespace": namespace,
4509-
"deployment_name": deployment_name,
45104509
"hostname": hostname,
45114510
"project": {"name": project_name},
45124511
"cluster": cluster, # Add cluster information for template conditionals

0 commit comments

Comments
 (0)