From 5005d9ded0c56b4b8f723b45c9c83c7b6aee9508 Mon Sep 17 00:00:00 2001 From: Will Tsai <28876888+willtsai@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:53:03 -0700 Subject: [PATCH] comment out codespaces option for now until issues are fixed Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --- docs/content/tutorials/helm/index.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/content/tutorials/helm/index.md b/docs/content/tutorials/helm/index.md index c09089fdb..a8197f30c 100644 --- a/docs/content/tutorials/helm/index.md +++ b/docs/content/tutorials/helm/index.md @@ -22,7 +22,14 @@ This tutorial will teach you the following about Radius: ## Step 1. Clone and open the sample code -{{< tabs "Codespace" "Local machine" >}} +Use the terminal to clone the `samples` repository locally and navigate to the `./samples/demo` directory: + +```bash +git clone https://github.com/radius-project/samples.git +cd ./samples/samples/demo +``` + + ## Step 2. Initialize Radius Initialize Radius. For this example, answer **NO** when asked whether to set up an application: +> Select 'No' when prompted to create an application. + ```bash rad init ``` -> Select 'No' when prompted to create an application. - ## Step 3. Understand and deploy the application 1. Navigate to the `./Chart` folder and browse its contents. This contains a Helm chart for the application that you will modify. @@ -192,6 +199,7 @@ From here you will go through a series of steps to incrementally add more Radius metadata: name: webapp namespace: {{ .Release.Namespace }} + # Add the following two lines annotations: radapp.io/enabled: 'true' spec: