Skip to content

Commit b1a6e0b

Browse files
authored
Merge pull request #27032 from rishumehra/HelmCharts
Added changes for Helm Charts requested
2 parents 0a743e8 + 6d84b3a commit b1a6e0b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
34.7 KB
Loading

modules/odc-installing-helm-charts.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use either the *Developer* perspective or the CLI to create Helm release
1010
.Procedure
1111
To create Helm releases from the Helm charts provided in the *Developer Catalog*:
1212

13-
. In the *Developer* perspective, navigate to the *Add* view and select the *Helm Chart* option to see all the Helm Charts in the *Developer Catalog*.
13+
. In the *Developer* perspective, navigate to the *+Add* view and select a project. Then click *Helm Chart* option to see all the Helm Charts in the *Developer Catalog*.
1414
. Select a chart and read the description, README, and other details about the chart.
1515
. Click *Install Helm Chart*.
1616
+
@@ -19,7 +19,14 @@ image::odc_helm_chart_devcatalog.png[]
1919
+
2020
. In the *Install Helm Chart* page:
2121
.. Enter a unique name for the release in the *Release Name* field.
22-
.. Optionally, in the YAML editor, modify the YAML file.
23-
. Click *Install* to create a Helm release. You will be redirected to the *Topology* view where the release is displayed. If the Helm chart has release notes, the chart is pre-selected and the right panel displays the release notes for that release.
22+
.. Select the required chart version from the *Chart Version* drop-down list.
23+
.. Configure your Helm chart by using the *Form View* or the *YAML View*.
24+
+
25+
[NOTE]
26+
====
27+
Where available, you can switch between the *YAML View* and *Form View*. The data is persisted when switching between the views.
28+
====
29+
+
30+
.. Click *Install* to create a Helm release. You will be redirected to the *Topology* view where the release is displayed. If the Helm chart has release notes, the chart is pre-selected and the right panel displays the release notes for that release.
2431

25-
If required, you can now use the *Actions* button on the side panel or right-click the Helm release to upgrade, rollback, or uninstall the Helm release.
32+
You can upgrade, rollback, or uninstall a Helm release by using the *Actions* button on the side panel or by right-clicking a Helm release.

0 commit comments

Comments
 (0)