We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db25db commit db09cdfCopy full SHA for db09cdf
src/codeflare_sdk/utils/generate_yaml.py
@@ -251,7 +251,7 @@ def write_components(
251
with open(output_file_name, "a") as outfile:
252
for component in components:
253
if "template" in component:
254
- labels = component["generictemplate"]["metadata"]["labels"]
+ labels = component["template"]["metadata"]["labels"]
255
labels.update({"kueue.x-k8s.io/queue-name": lq_name})
256
labels.update(cluster_labels)
257
outfile.write("---\n")
0 commit comments