docs: bump reference to consul-k8s cli to beta and reformat helm config example (#11398)

This commit is contained in:
David Yu 2021-10-22 09:14:35 -07:00 committed by GitHub
parent 3d60bf7950
commit 4d1490d16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ a server running inside or outside of Kubernetes.
You can install Consul on Kubernetes using the following methods:
1. [Helm chart install](#helm-chart-installation)
1. [Consul K8s CLI install <sup>ALPHA</sup>.](#consul-k8s-cli-installation)
1. [Consul K8s CLI install <sup>BETA</sup>.](#consul-k8s-cli-installation)
Refer to the [architecture](/docs/k8s/installation/install#architecture) section to learn more about the general architecture of Consul on Kubernetes.
For a hands-on experience with Consul as a service mesh
@ -99,11 +99,11 @@ use the following config file:
```yaml
global:
name: consul
name: consul
connectInject:
enabled: true
enabled: true
controller:
enabled: true
enabled: true
```
</CodeBlockConfig>