File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ` | |
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments