mirror of https://github.com/status-im/consul.git
Fix typo in example yaml for MeshService (#20879)
This commit is contained in:
parent
e2b966c896
commit
fea6926de3
|
@ -48,7 +48,7 @@ The following example creates a mesh service called `example-mesh-service`. Rout
|
|||
<CodeBlockConfig filename="meshservice.yaml">
|
||||
|
||||
```yaml hideClipboard
|
||||
apiVersion: api-gateway.consul.hashicorp.com/v1alpha1
|
||||
apiVersion: consul.hashicorp.com/v1alpha1
|
||||
kind: MeshService
|
||||
metadata:
|
||||
name: example-mesh-service
|
||||
|
|
Loading…
Reference in New Issue