From 8926bd6800a9b62fae48aa29e9e4f0a8e1c02ccd Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:15:54 +0330 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f257c6..a3c2a20 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,7 @@ docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d ``` > ### Kubernetes -For Configure TLS in kubernetes cluster we need install `cert-manager` base on [docs](https://cert-manager.io/docs/installation) and run the following commands for apply TLS in our application -Here we use [LetsEncrypt](https://letsencrypt.org/) for encrypt our certificate. +For Configure TLS in kubernetes cluster we need install `cert-manager` base on [docs](https://cert-manager.io/docs/installation) and run the following commands for apply TLS in our application. Here we use [LetsEncrypt](https://letsencrypt.org/) for encryption our certificate. ```bash kubectl apply -f ./deployments/kubernetes/booking-cert-manager.yml