From 3a7185e4313aecf797e111c9d978a90cfc0efc7e Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sun, 26 Feb 2023 02:00:52 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d0fbc..4544142 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout tls.key -out tls.crt - kubectl create secret tls booking-tls --key tls.key --cert tls.crt ``` -2- Run the following command to apply all services and deployments and configmap that we need +2- Run the following command to apply all deployments and services and configmaps that we need ```bash kubectl apply -f ./deployments/kubernetes/booking-microservices.yml ```