From 0c8cddae660332c8fdc62a0d00c69df28e96afcd Mon Sep 17 00:00:00 2001 From: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:39:30 -0800 Subject: [PATCH] Update website/content/docs/k8s/deployment-configurations/argo-rollouts-configuration.mdx --- .../deployment-configurations/argo-rollouts-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/deployment-configurations/argo-rollouts-configuration.mdx b/website/content/docs/k8s/deployment-configurations/argo-rollouts-configuration.mdx index 62e4ddc5e3..9ecb2ec229 100644 --- a/website/content/docs/k8s/deployment-configurations/argo-rollouts-configuration.mdx +++ b/website/content/docs/k8s/deployment-configurations/argo-rollouts-configuration.mdx @@ -15,7 +15,7 @@ Consul's support for Argo Rollouts is currently limited to subset-based routing. There are three methods for installing the Argo Rollouts Controller with Consul on Kubernetes: -1. [Install with Helm and init containers](#install-rollouts-using-helm-init-containers). We recommend installing the Argo Rollouts Controllor using this method. +1. [Install Rollouts Using Helm and init containers](#install-rollouts-using-helm-and-binary). We recommend installing the Argo Rollouts Controllor using this method. 1. [Build the binary and install with Helm](#install-rollouts-using-helm-binary) 1. [Standalone installation](#stand-alone-installation)