diff --git a/website/content/docs/connect/cluster-peering/k8s.mdx b/website/content/docs/connect/cluster-peering/k8s.mdx index b39c58ee8f..770cd365fe 100644 --- a/website/content/docs/connect/cluster-peering/k8s.mdx +++ b/website/content/docs/connect/cluster-peering/k8s.mdx @@ -31,21 +31,21 @@ You must implement the following requirements to create and use cluster peering To establish cluster peering through Kubernetes, deploy clusters with the following Helm values. - + -```yaml -global: - image: "hashicorp/consul:1.13.0-alpha2" - peering: + ```yaml + global: + image: "hashicorp/consul:1.13.0-alpha2" + peering: + enabled: true + connectInject: enabled: true -connectInject: - enabled: true -meshGateway: - enabled: true - replicas: 1 -``` + meshGateway: + enabled: true + replicas: 1 + ``` - + Install Consul on Kubernetes on each Kubernetes cluster by applying `values.yaml` using the Helm CLI.