Skip to content

Commit f864b30

Browse files
committed
chore: Update values.yaml
1 parent 9b3e8e0 commit f864b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-chart/ray-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ helm uninstall raycluster
8484
| head.labels | object | `{}` | Labels for the head pod |
8585
| head.serviceAccountName | string | `""` | |
8686
| head.restartPolicy | string | `""` | |
87-
| head.runtimeClassName | string | `""` | |
87+
| head.runtimeClassName | string | `""` | runtimeClassName is the name of the RuntimeClass to use to run the head Pod. |
8888
| head.containerEnv | list | `[]` | |
8989
| head.envFrom | list | `[]` | envFrom to pass to head pod |
9090
| head.resources.limits.cpu | string | `"1"` | |

helm-chart/ray-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ head:
9898
serviceAccountName: ""
9999
restartPolicy: ""
100100

101-
# runtimeClassName is the name of the RuntimeClass to use to run the head Pod.
101+
# -- runtimeClassName is the name of the RuntimeClass to use to run the head Pod.
102102
runtimeClassName: ""
103103

104104
# containerEnv specifies environment variables for the Ray container,

0 commit comments

Comments
 (0)