From 6291c9ebcdc937b7a086688247f167677532e96a Mon Sep 17 00:00:00 2001 From: szeort Date: Thu, 15 Aug 2024 14:24:32 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14c7a95..df2c75a 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,11 @@ make install-istio ``` Or directly with kubectl ``` - kubectl label namespace cfapi-system istio-injection=enabled --overwrite - kubectl apply -f https://github.com/kyma-project/istio/releases/latest/download/istio-manager.yaml - kubectl apply -f https://github.com/kyma-project/istio/releases/latest/download/istio-default-cr.yaml +kubectl label namespace cfapi-system istio-injection=enabled --overwrite +kubectl apply -f https://github.com/kyma-project/istio/releases/latest/download/istio-manager.yaml +kubectl apply -f https://github.com/kyma-project/istio/releases/latest/download/istio-default-cr.yaml ``` + 4. ### [Maybe] deploy docker registry module In case you want to use an existing docker registry, you do not need to install that. In all other cases, see https://github.com/kyma-project/docker-registry/blob/main/docs/user/README.md