From c5bcee6bbcbe26024c1467ca06fbebdc21abe1e7 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:09:59 -0700 Subject: [PATCH] Update docs/content/tutorials/helm/index.md Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> --- docs/content/tutorials/helm/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/tutorials/helm/index.md b/docs/content/tutorials/helm/index.md index c09089fdb..0fd9323e5 100644 --- a/docs/content/tutorials/helm/index.md +++ b/docs/content/tutorials/helm/index.md @@ -105,9 +105,7 @@ rad init - Create the Kubernetes Secret `redis-secret` containing the Redis URL. - Install the Helm chart. - {{< alert title="💡 Redis" color="info" >}} - For now you're not going to actually deploy Redis and the URL in this step is fake. You will deploy Redis using a Recipe later in the tutorial that will replace the fake URL contained within `redis-secret` with an actual container and URL. - {{< /alert >}} + {{< alert title="💡 Redis" color="info" >}} For now you're not going to actually deploy Redis and the URL in this step is fake. You will deploy Redis using a Recipe later in the tutorial that will replace the fake URL contained within `redis-secret` with an actual container and URL.{{< /alert >}} 2. Complete these steps by running the following commands: