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 0f430c2 commit 9a1aa5eCopy full SHA for 9a1aa5e
sky/templates/kubernetes-ray.yml.j2
@@ -261,7 +261,7 @@ available_node_types:
261
skypilot-user: {{ user }}
262
# Custom tags for the pods
263
{%- for label_key, label_value in labels.items() %}
264
- {{ label_key }}: {{ label_value }}
+ {{ label_key }}: {{ label_value|tojson }}
265
{%- endfor %}
266
{% if k8s_fuse_device_required %}
267
annotations:
0 commit comments