From 05d86efc5f85c80ad5cd59d48ed8e2fc38c90ed9 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Fri, 27 Oct 2023 01:53:35 -0400 Subject: [PATCH] updat readme Signed-off-by: Carlos Santana --- patterns/gitops/getting-started-argocd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/gitops/getting-started-argocd/README.md b/patterns/gitops/getting-started-argocd/README.md index 67b4e8089a..8b43d2ee5e 100644 --- a/patterns/gitops/getting-started-argocd/README.md +++ b/patterns/gitops/getting-started-argocd/README.md @@ -43,7 +43,7 @@ Get ArgoCD UI and CLI access configuration, and run the output in a new terminal terraform output -raw configure_argocd ``` -Deploy Sample Application +Deploy Sample Application located in [k8s/game-2048.yaml](k8s/game-2048.yaml) ```shell kubectl apply -f bootstrap/workloads.yaml ```