We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de8410 commit fa613b7Copy full SHA for fa613b7
src/codeflare_sdk/utils/generate_yaml.py
@@ -227,7 +227,7 @@ def write_components(
227
with open(output_file_name, "a") as outfile:
228
for component in components:
229
if "template" in component:
230
- labels = component["generictemplate"]["metadata"]["labels"]
+ labels = component["template"]["metadata"]["labels"]
231
labels.update({"kueue.x-k8s.io/queue-name": lq_name})
232
labels.update(cluster_labels)
233
outfile.write("---\n")
0 commit comments