Remove unwanted cleanup step in mtls example (#10778)

Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
Faseela K 2022-01-12 17:19:07 +01:00 committed by GitHub
parent 337c78b076
commit ac40646148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -566,7 +566,6 @@ to hold the configuration of the NGINX server:
{{< text bash >}}
$ rm ./nginx.conf
$ rm ./gateway-patch.json
{{< /text >}}
## Cleanup

View File

@ -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() {