mirror of https://github.com/istio/istio.io.git
Remove unwanted cleanup step in mtls example (#10778)
Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
337c78b076
commit
ac40646148
|
@ -566,7 +566,6 @@ to hold the configuration of the NGINX server:
|
|||
|
||||
{{< text bash >}}
|
||||
$ rm ./nginx.conf
|
||||
$ rm ./gateway-patch.json
|
||||
{{< /text >}}
|
||||
|
||||
## Cleanup
|
||||
|
|
|
@ -434,7 +434,6 @@ rm example.com.crt example.com.key my-nginx.mesh-external.svc.cluster.local.crt
|
|||
|
||||
snip_cleanup_the_mutual_tls_origination_example_3() {
|
||||
rm ./nginx.conf
|
||||
rm ./gateway-patch.json
|
||||
}
|
||||
|
||||
snip_cleanup_1() {
|
||||
|
|
Loading…
Reference in New Issue