Skip to content

Commit db09cdf

Browse files
committed
fix incomplete rebase
1 parent 3db25db commit db09cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeflare_sdk/utils/generate_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def write_components(
251251
with open(output_file_name, "a") as outfile:
252252
for component in components:
253253
if "template" in component:
254-
labels = component["generictemplate"]["metadata"]["labels"]
254+
labels = component["template"]["metadata"]["labels"]
255255
labels.update({"kueue.x-k8s.io/queue-name": lq_name})
256256
labels.update(cluster_labels)
257257
outfile.write("---\n")

0 commit comments

Comments
 (0)