File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
helm-chart/kuberay-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ spec:
173173| featureGates[ 1] .name | string | ` "RayJobDeletionPolicy" ` | |
174174| featureGates[ 1] .enabled | bool | ` false ` | |
175175| featureGates[ 2] .name | string | ` "RayMultiHostIndexing" ` | |
176- | featureGates[ 2] .enabeld | bool | ` false ` | |
176+ | featureGates[ 2] .enabled | bool | ` false ` | |
177177| metrics.enabled | bool | ` true ` | Whether KubeRay operator should emit control plane metrics. |
178178| metrics.serviceMonitor.enabled | bool | ` false ` | Enable a prometheus ServiceMonitor |
179179| metrics.serviceMonitor.interval | string | ` "30s" ` | Prometheus ServiceMonitor interval |
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ featureGates:
118118- name : RayJobDeletionPolicy
119119 enabled : false
120120- name : RayMultiHostIndexing
121- enabeld : false
121+ enabled : false
122122
123123# Configurations for KubeRay operator metrics.
124124metrics :
You can’t perform that action at this time.
0 commit comments