From 09311394d2fe6eecd2caf99214dbc78cb5310dc7 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Mon, 27 Feb 2023 22:59:06 +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 b35490c..e1c35fc 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,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 ``` -Run the following command to apply all deployments, pods, services, ingress, configmaps that we need +Run the following command to apply all deployments, pods, services, ingress and configmaps that we need ```bash kubectl apply -f ./deployments/kubernetes/booking-microservices.yml ```