Skip to content

Commit fa613b7

Browse files
committed
fix incomplete rebase
1 parent 1de8410 commit fa613b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeflare_sdk/utils/generate_yaml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def write_components(
227227
with open(output_file_name, "a") as outfile:
228228
for component in components:
229229
if "template" in component:
230-
labels = component["generictemplate"]["metadata"]["labels"]
230+
labels = component["template"]["metadata"]["labels"]
231231
labels.update({"kueue.x-k8s.io/queue-name": lq_name})
232232
labels.update(cluster_labels)
233233
outfile.write("---\n")

0 commit comments

Comments
 (0)