mirror of https://github.com/istio/istio.io.git
Fix title ("mininum" > "minimum") (#11346)
This commit is contained in:
parent
79529ce74f
commit
2b7afa36d7
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Istio Workload Mininum TLS Version Configuration
|
||||
title: Istio Workload Minimum TLS Version Configuration
|
||||
description: Shows how to configure the minimum TLS version for Istio workloads.
|
||||
weight: 90
|
||||
keywords: [security,TLS]
|
||||
|
@ -90,4 +90,4 @@ To remove the `foo` and `istio-system` namespaces:
|
|||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete ns foo istio-system
|
||||
{{< /text >}}
|
||||
{{< /text >}}
|
||||
|
|
Loading…
Reference in New Issue