Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 6e80802

Browse files
authored
[Cherry pick] Fix deploy template (#5068)
1 parent 9504bff commit 6e80802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/kubespray/quick-start/services-configuration.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ authentication:
207207
# expr: avg(task_gpu_percent{virtual_cluster=~"default"}) by (job_name) < 0.3
208208
# for: 1h
209209
# annotations:
210-
# summary: "{{$labels.job_name}} has a job gpu percent lower than 30% for 1 hour"
210+
# summary: "{% raw %}{{$labels.job_name}}{% endraw %} has a job gpu percent lower than 30% for 1 hour"
211211
# description: Monitor job level gpu utilization in certain virtual clusters.
212212

213213

0 commit comments

Comments
 (0)