We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7421a76 commit ae1ebbdCopy full SHA for ae1ebbd
helm_chart/HyperPodHelmChart/Chart.yaml
@@ -88,3 +88,7 @@ dependencies:
88
version: "0.1.0"
89
repository: "file://charts/hyperpod-patching"
90
condition: hyperpod-patching.enabled
91
+ - name: kuberay-operator
92
+ version: "1.4.2"
93
+ repository: "https://ray-project.github.io/kuberay-helm/"
94
+ condition: kuberay.enabled
helm_chart/HyperPodHelmChart/values.yaml
@@ -286,3 +286,5 @@ job-auto-restart:
286
enabled: true
287
hyperpod-patching:
288
289
+kuberay:
290
+ enabled: true
0 commit comments