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: modules/odc-installing-helm-charts.adoc
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ You can use either the *Developer* perspective or the CLI to create Helm release
10
10
.Procedure
11
11
To create Helm releases from the Helm charts provided in the *Developer Catalog*:
12
12
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*.
14
14
. Select a chart and read the description, README, and other details about the chart.
.. 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.
24
31
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