Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions quickstarts/manage-helm-repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@ spec:
tags:
- helm
tasks:
- description: >-
- description: |-
Follow these steps to create a HelmChartRepository CR:

1. If present, click on the [perspective switcher]{{highlight qs-perspective-switcher}} at the top of the navigation and select **Core platform**.

1. In the navigation menu, click [Home]{{highlight qs-nav-home}}.

1. In the [Home navigation section]{{highlight qs-nav-home}}, click **Search**.

1. Click the **Resources dropdown** menu and select **HelmChartRepository**.

1. Click **Create HelmChartRepository** to bring up the YAML editor.

1. Replace the contents of the YAML editor with:

```
apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
name: azure-sample-repo
spec:
name: azure-sample-repo
connectionConfig:
url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs
```{{copy}}
```
apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
name: azure-sample-repo
spec:
name: azure-sample-repo
connectionConfig:
url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs
```{{copy}}

1. Click **Create**.

Expand Down