Skip to content

Commit 923d270

Browse files
committed
update manage-helm-repos quick start
1 parent c096da7 commit 923d270

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

quickstarts/manage-helm-repos.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- description: >-
3434
Follow these steps to create a HelmChartRepository CR:
3535
36-
1. Click on the [perspective switcher]{{highlight qs-perspective-switcher}} at the top of the navigation, and select **Administrator**.
36+
1. If present, click on the [perspective switcher]{{highlight qs-perspective-switcher}} at the top of the navigation and select **Administrator**.
3737
3838
1. In the navigation menu, click [Home]{{highlight qs-nav-home}}.
3939
@@ -48,16 +48,13 @@ spec:
4848
```
4949
apiVersion: helm.openshift.io/v1beta1
5050
kind: HelmChartRepository
51-
5251
metadata:
5352
name: azure-sample-repo
54-
5553
spec:
5654
name: azure-sample-repo
57-
5855
connectionConfig:
5956
url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs
60-
```
57+
```{{copy}}
6158
6259
1. Click **Create**.
6360

0 commit comments

Comments
 (0)