diff --git a/cli_reference/helm_cli/images b/cli_reference/helm_cli/images new file mode 120000 index 000000000000..5e67573196d8 --- /dev/null +++ b/cli_reference/helm_cli/images @@ -0,0 +1 @@ +../images \ No newline at end of file diff --git a/images/odc_helm_chart_repo_filter.png b/images/odc_helm_chart_repo_filter.png new file mode 100644 index 000000000000..bfc44325b1a2 Binary files /dev/null and b/images/odc_helm_chart_repo_filter.png differ diff --git a/modules/helm-adding-helm-chart-repositories.adoc b/modules/helm-adding-helm-chart-repositories.adoc index 08dbcf722599..e035bd660659 100644 --- a/modules/helm-adding-helm-chart-repositories.adoc +++ b/modules/helm-adding-helm-chart-repositories.adoc @@ -5,7 +5,7 @@ [id="adding-helm-chart-repositories_{context}"] = Adding custom Helm chart repositories -You can add custom Helm chart repositories to your cluster, and enable access to the Helm charts from these repositories in the *Developer Catalog*. +As a cluster administrator, you can add custom Helm chart repositories to your cluster and enable access to the Helm charts from these repositories in the *Developer Catalog*. .Procedure @@ -42,4 +42,14 @@ spec: EOF ---- + -. Navigate to the *Developer Catalog* in the web console to verify that the helm charts from the Azure chart repository are displayed. +. Navigate to the *Developer Catalog* in the web console to verify that the Helm charts from the chart repository are displayed. ++ +For example, use the *Chart repositories* filter to search for a Helm chart from the repository. ++ +.Chart repositories filter +image::odc_helm_chart_repo_filter.png[] ++ +[NOTE] +==== +If a cluster administrator removes all of the chart repositories, then you cannot view the Helm option in the *+Add* view, *Developer Catalog*, and left navigation panel. +====