From 6c970d66378ca78a1a69bdd61a576d5315e6b307 Mon Sep 17 00:00:00 2001 From: Jakub Hadvig Date: Mon, 23 Mar 2026 13:16:15 +0100 Subject: [PATCH] OCPBUGS-79068: Fix HelmChartRepository YAML format --- quickstarts/manage-helm-repos.yaml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/quickstarts/manage-helm-repos.yaml b/quickstarts/manage-helm-repos.yaml index f3ba08319..c9fa9765e 100644 --- a/quickstarts/manage-helm-repos.yaml +++ b/quickstarts/manage-helm-repos.yaml @@ -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**.