Remove out-dated SDS stuff (#4924)

This commit is contained in:
Phillip Quy Le 2019-09-10 14:06:35 -07:00 committed by Frank Budinsky
parent 883ed8f797
commit aa0f287161
1 changed files with 1 additions and 2 deletions

View File

@ -366,8 +366,7 @@ retrieves unique credentials corresponding to a specific `credentialName`.
1. Define a gateway with two server sections for port 443. Set the value of
`credentialName` on each port to `httpbin-credential` and `helloworld-credential`
respectively. Set TLS mode to `SIMPLE`. `serverCertificate` and
`privateKey` should not be empty.
respectively. Set TLS mode to `SIMPLE`.
{{< text bash >}}
$ cat <<EOF | kubectl apply -f -