You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .rules/helm-xks-chart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Template prefix: `rhai-on-xks-chart.` for all helpers.
13
13
-`templates/hooks/` — post-install Jobs (CRs creation, gateway setup).
14
14
-`_crs-definitions.tpl` — **single source of truth** for provider and component CR metadata; add new providers/CRs here only. All templates update automatically.
Copy file name to clipboardExpand all lines: charts/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ kubectl annotate validatingwebhookconfiguration istio-validator-istio-system sai
217
217
218
218
See the [`rhai-on-xks-chart` README](rhai-on-xks-chart/README.md) for installation and usage details.
219
219
220
-
The chart generates its templates from the [opendatahub-operator](https://github.com/opendatahub-io/opendatahub-operator) repository using kustomize and [helmtemplate-generator](https://github.com/davidebianchi/helmtemplate-generator). It also generates cloud-specific (Azure, CoreWeave) cloudmanager templates.
220
+
The chart generates its templates from the [opendatahub-operator](https://github.com/opendatahub-io/opendatahub-operator) repository using kustomize and [helmtemplate-generator](https://github.com/davidebianchi/helmtemplate-generator). It also generates cloud-specific (AWS, Azure, CoreWeave) cloudmanager templates.
221
221
222
222
**Prerequisites:**`go`, `kustomize`, and access to the ODH `opendatahub-operator` git repo.
223
223
@@ -264,7 +264,7 @@ The script:
264
264
1. Clones (or uses a local) opendatahub-operator repo and runs `make manifests-all`
265
265
2. Builds kustomize manifests from `config/rhaii/rhoai/default/`
266
266
3. Pipes them through `helmtemplate-generator` to produce Helm templates
267
-
4. Repeats for each cloudmanager target (Azure, CoreWeave) from `config/cloudmanager/<cloud>/rhoai/`
267
+
4. Repeats for each cloudmanager target (AWS, Azure, CoreWeave) from `config/cloudmanager/<cloud>/rhoai/`
The KubernetesEngine CRs (Azure or CoreWeave) manage the following dependencies. Each can be set to `Managed` (operator handles installation and lifecycle) or `Unmanaged` (you manage it yourself):
128
+
The KubernetesEngine CRs (AWS, Azure, or CoreWeave) manage the following dependencies. Each can be set to `Managed` (operator handles installation and lifecycle) or `Unmanaged` (you manage it yourself):
0 commit comments