Skip to content

Commit f5e7250

Browse files
committed
Fix typo in helm
Signed-off-by: Ryan O'Leary <[email protected]>
1 parent c449e6c commit f5e7250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-chart/kuberay-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

helm-chart/kuberay-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
124124
metrics:

0 commit comments

Comments
 (0)