Skip to content

Commit

Permalink
comment out codespaces option for now until issues are fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Will Tsai <[email protected]>
  • Loading branch information
willtsai committed Oct 24, 2023
1 parent d258de7 commit 5005d9d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/content/tutorials/helm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!-- {{< tabs "Codespace" "Local machine" >}}
{{% codetab %}}
Expand All @@ -35,8 +42,8 @@ Once launched you should already have the application cloned locally. Use the te
```bash
cd ./samples/demo
```

{{% /codetab %}}
{{% codetab %}}
Use the terminal to clone the `samples` repository locally and navigate to the `./samples/demo` directory:
Expand All @@ -46,19 +53,19 @@ cd ./samples/samples/demo
```
{{% /codetab %}}
{{< /tabs >}}
{{< /tabs >}} -->


## 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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5005d9d

Please sign in to comment.