mirror of https://github.com/status-im/consul.git
Fix typo in permissive mTLS docs (#18551)
Update onboarding-tproxy-mode.mdx
This commit is contained in:
parent
2f58e05be6
commit
0e17e981a2
|
@ -58,7 +58,8 @@ kind: Mesh
|
||||||
metadata:
|
metadata:
|
||||||
name: mesh
|
name: mesh
|
||||||
spec:
|
spec:
|
||||||
allowEnablingPermissiveMutualTLS: true
|
transparentProxy:
|
||||||
|
meshDestinationsOnly: true
|
||||||
```
|
```
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
@ -292,4 +293,4 @@ $ consul config read -kind proxy-defaults -name global
|
||||||
"CreateIndex": 26,
|
"CreateIndex": 26,
|
||||||
"ModifyIndex": 30
|
"ModifyIndex": 30
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue